]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/CMakeLists.txt
Added the eVaf::Common::iProp interface for global properties and variables.
[evaf] / src / libs / Common / CMakeLists.txt
index 83b5cd6f62f56f5c81f66f1a050f46425d50ec7d..a9916b4b4dcd9d957632c78045be30d8070ca7ed 100644 (file)
@@ -17,27 +17,31 @@ set(eVaf_LIBRARIES)
 # Source files
 set(SRCS
     app.cpp
-    env.cpp
     event.cpp
     eventqueue.cpp
     globals.cpp
     logger.cpp
     registry.cpp
     util.cpp
+    inifile.cpp
+    config.cpp
+    prop.cpp
 )
 
 # Header files for the meta-object compiler
 set(MOC_HDRS
     iapp.h
-    ienv.h
     ieventqueue.h
     ilogger.h
     iregistry.h
+    iconfig.h
+    iprop.h
     app.h
-    env.h
     eventqueue.h
     logger.h
     registry.h
+    config.h
+    prop.h
 )
 
 # Version info resource file for Windows builds