]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/CMakeLists.txt
Moved setting initial root and bin directories to the Env::init() function. The Env...
[evaf] / src / libs / Common / CMakeLists.txt
index 1d166475d6a8dc1aa28b98d1fe1fefb9913ec692..20eca773134d7017b3a41bf1943cf667be21f2b0 100644 (file)
@@ -19,6 +19,8 @@ set(SRCS
     env.cpp
     event.cpp
     eventqueue.cpp
+    globals.cpp
+    logger.cpp
     registry.cpp
 )
 
@@ -32,6 +34,7 @@ set(MOC_HDRS
     app.h
     env.h
     eventqueue.h
+    logger.h
     registry.h
 )