]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Cmakization of MED.
authorageay <ageay>
Wed, 21 Mar 2012 13:00:44 +0000 (13:00 +0000)
committerageay <ageay>
Wed, 21 Mar 2012 13:00:44 +0000 (13:00 +0000)
CMakeLists.txt

index c82126174623ab22da4dcacd3de97a5491d8c3df..d6c9872bbe75bbc1ae6da74d695f3fbe4a03a19b 100644 (file)
@@ -27,6 +27,8 @@ ENABLE_TESTING()
 
 SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR})
 
+STRING(REPLACE "\\" "/" KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR})
+
 IF(KERNEL_ROOT_DIR)
   SET(MED_ENABLE_KERNEL ON)
   INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/FindPLATFORM.cmake)
@@ -73,6 +75,8 @@ SET(MED_salomebin_BINS bin/salome)
 
 SET(MED_salomelib_LIBS lib/salome)
 
+SET(MED_salomeidl_IDLS idl/salome)
+
 SET(MED_salomeinclude_HEADERS include/salome)
 
 SET(MED_salomeres_DATA share/salome/resources/MED)