First commit
This commit is contained in:
9
examples/simple/CMakeLists.txt
Normal file
9
examples/simple/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
SET(example_name simple)
|
||||
|
||||
SET(KIT_SRCS
|
||||
main.cpp
|
||||
)
|
||||
|
||||
ADD_EXECUTABLE(${example_name} ${KIT_SRCS})
|
||||
TARGET_LINK_LIBRARIES(${example_name} ${PROJECT_NAME} ${QT_TARGETS})
|
||||
Reference in New Issue
Block a user