mirror of
https://github.com/thestk/stk
synced 2026-02-07 09:46:16 +00:00
include add_subdirectory for STK projects
This commit is contained in:
9
projects/eguitar/CMakeLists.txt
Normal file
9
projects/eguitar/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
project(eguitar)
|
||||
|
||||
file(GLOB EGUITAR_SRC "./*.cpp")
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}")
|
||||
|
||||
add_executable(${PROJECT_NAME} ${EGUITAR_SRC})
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE "./")
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC stk)
|
||||
Reference in New Issue
Block a user