Salome HOME
Cosmetics. Move XML files to the separate folder inside a corresponding project in VS.
[modules/shaper.git] / src / ExchangePlugin / CMakeLists.txt
index 956bc81285d5571ef1f86842bc534d59e182164b..f6c615e96a1eedcc9d95643713b4060594a201e2 100644 (file)
@@ -67,6 +67,9 @@ SET(TEXT_RESOURCES
     ExchangePlugin_msg_fr.ts
 )
 
+SOURCE_GROUP ("XML Files" FILES ${XML_RESOURCES})
+SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES})
+
 SET(PROJECT_LIBRARIES
     Events
     Config
@@ -77,7 +80,6 @@ SET(PROJECT_LIBRARIES
     GeomValidators
     XAOShaper
 )
-SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES})
 
 # default dump approaches (will be set if not initialized)
 SET(PYTHONDUMP_NAMING ON  CACHE BOOL "Dump named references to shapes")