CMake support for building the demo added.

This commit is contained in:
offa
2019-12-16 18:49:06 +01:00
parent ab63e2c45b
commit fe38859715
2 changed files with 7 additions and 0 deletions

2
demo/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
add_executable(demo demo.cpp)
target_link_libraries(demo PRIVATE indica::indica)