]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/CMakeLists.txt
Salome HOME
Fix of the processEvents call on Linux
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index 5e27fe1c78fad1b4d6a5a956804eaa16cf9f4916..a5866c2826ce81c2ee2da97fa07a32d9aed81421 100644 (file)
@@ -26,7 +26,7 @@ SET(PROJECT_LIBRARIES
 )
 
 ADD_DEFINITIONS(-DCONSTRUCTIONPLUGIN_EXPORTS ${BOOST_DEFINITIONS})
-ADD_LIBRARY(ConstructionPlugin SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${XML_RESOURCES})
+ADD_LIBRARY(ConstructionPlugin MODULE ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${XML_RESOURCES})
 TARGET_LINK_LIBRARIES(ConstructionPlugin ${PROJECT_LIBRARIES})
 
 INSTALL(TARGETS ConstructionPlugin DESTINATION plugins)