combined case-sensitive folders Logging and logging, now we just have logging

This commit is contained in:
Mathew Sutcliffe
2013-04-29 16:39:09 +01:00
parent c6426a0759
commit 92c9b81683
3 changed files with 0 additions and 45 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")