Salome HOME
ATOMSOLV win32 compilation: initial version.
[samples/atomsolv.git] / src / ATOMSOLV / CMakeLists.txt
index a3fab59b066950afa5d51af807fe43fb1598426c..686033c84ce17ac8d836dc157f31b4cebbedcfc6 100755 (executable)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-INCLUDE(UseQt4Ext)
-
 # --- options ---
 # additional include directories
 INCLUDE_DIRECTORIES(
-  ${QT_INCLUDES}
-  ${CAS_INCLUDE_DIRS}
-  ${KERNEL_INCLUDE_DIRS}
+  ${PTHREAD_INCLUDE_DIR}
   ${OMNIORB_INCLUDE_DIR}
+  ${KERNEL_INCLUDE_DIRS}
   ${ATOMGEN_INCLUDE_DIRS}
   ${PROJECT_BINARY_DIR}
   ${PROJECT_BINARY_DIR}/idl
 )
 
+# additional preprocessor / compiler flags
+ADD_DEFINITIONS(
+  ${OMNIORB_DEFINITIONS}
+)
+
+
 # libraries to link to
 SET(_link_LIBRARIES
   ${ATOMGEN_SalomeIDLATOMGEN}