Added cmake build config
This commit is contained in:
13
Demo/CMakeLists.txt
Normal file
13
Demo/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
set(Demo_SRCS
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(QRCodeLibraryDemo
|
||||
${Demo_SRCS}
|
||||
)
|
||||
|
||||
target_link_libraries(QRCodeLibraryDemo
|
||||
QRCodeLibrary
|
||||
)
|
||||
|
||||
install(TARGETS QRCodeLibraryDemo DESTINATION bin)
|
Reference in New Issue
Block a user