Re-added logging samples to overcome capital L directory

This commit is contained in:
Klaus Basan
2013-04-30 02:50:09 +02:00
parent b38b781aa6
commit b7ce5e6c02
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
FILE(GLOB SRC *.cpp)
ADD_EXECUTABLE(sample_logging ${SRC})
TARGET_LINK_LIBRARIES(sample_logging blackmisc ${QT_LIBRARIES})
SET_TARGET_PROPERTIES(sample_logging PROPERTIES PROJECT_LABEL "Samples - Logging")