init
This commit is contained in:
7
testApp/CMakeLists.txt
Normal file
7
testApp/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
set(TARGET demo)
|
||||
|
||||
file(GLOB_RECURSE SRC_SOURCE src/**.cpp)
|
||||
add_executable(${TARGET} ${SRC_SOURCE})
|
||||
|
||||
target_link_libraries(${TARGET} expkg-static)
|
||||
|
||||
Reference in New Issue
Block a user