1
0

First Implementatation of new Loggin framework

This commit is contained in:
Tycho
2014-08-10 19:34:11 +01:00
parent eae42d91f9
commit 806d0936dc
15 changed files with 51 additions and 398 deletions

View File

@@ -1,3 +1,5 @@
macro (add_flags_lnk FLAGS)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${FLAGS}")
set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} ${FLAGS}")