Salome HOME
Porting SALOME HELLO module to win32 platform.
[samples/hello.git] / src / HELLO / CMakeLists.txt
index b517c8b73ddcd3f624571c14783bb899270c81fd..ff115d3f4802a66ae9e65612874f12291a488ef7 100644 (file)
@@ -26,6 +26,11 @@ INCLUDE_DIRECTORIES(
   ${PROJECT_BINARY_DIR}/idl
 )
 
+# --- definitions ---
+ADD_DEFINITIONS(
+  ${OMNIORB_DEFINITIONS}
+)
+
 # libraries to link to
 SET(_link_LIBRARIES
   ${OMNIORB_LIBRARIES}