Salome HOME
Make automatic/manual rebuild property and connect the "Rebuild" button
[modules/shaper.git] / src / Config / CMakeLists.txt
index aa7ea19e4b193254b0f5a06615dfbb560a492052..1be2129eda6bd0aa1a893354a57cdb5394800c6a 100644 (file)
@@ -15,6 +15,8 @@ SET(PROJECT_HEADERS
   Config_PointerMessage.h
   Config_Common.h
   Config_ValidatorMessage.h
+  Config_Prop.h
+  Config_PropManager.h
  )
  
 SET(PROJECT_SOURCES
@@ -27,6 +29,8 @@ SET(PROJECT_SOURCES
   Config_PointerMessage.cpp
   Config_Common.cpp
   Config_ValidatorMessage.cpp
+  Config_Prop.cpp
+  Config_PropManager.cpp
 )
 
 SET(XML_RESOURCES
@@ -40,7 +44,9 @@ SET(PROJECT_LIBRARIES
 
 SOURCE_GROUP ("Resource Files" FILES ${XML_RESOURCES})
 
-ADD_DEFINITIONS(-DCONFIG_EXPORTS)
+ADD_DEFINITIONS(-DCONFIG_EXPORTS -D_SCL_SECURE_NO_WARNINGS) 
+# -D_SCL_SECURE_NO_WARNINGS - to disable warnings 4996
+
 ADD_LIBRARY(Config SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${XML_RESOURCES})
 
 TARGET_LINK_LIBRARIES(Config ${PROJECT_LIBRARIES})