refs #53 Remove all old CMake files

This commit is contained in:
Roland Winklmeier
2014-08-01 12:12:06 +02:00
parent 3cf42b218a
commit 6f661339a4
9 changed files with 0 additions and 2649 deletions

View File

@@ -1,7 +0,0 @@
FILE(GLOB SRC *.cpp)
SET(HEADERS *.h)
ADD_EXECUTABLE(sample_cli_client ${SRC})
TARGET_LINK_LIBRARIES(sample_cli_client blackmisc ${QT_LIBRARIES})
SET_TARGET_PROPERTIES(sample_cli_client PROPERTIES PROJECT_LABEL "Samples - CLI Client")