From: ana Date: Mon, 14 Oct 2013 10:49:44 +0000 (+0000) Subject: Preparing Win64 version X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9dd70f43d1e2fdb5ff3bbc9041c4933e9bdd9bd9;p=tools%2Fmedcoupling.git Preparing Win64 version Fix for bug with icons. --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5ef02c6bc..4cdbcbe38 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -86,7 +86,7 @@ IF(MED_ENABLE_KERNEL) ENDIF(MED_ENABLE_GUI) ENDIF(MED_ENABLE_KERNEL) -SET(SUBDIRS ${COMMON_SUBDIRS} ${PARAMEDMEM_SUBDIRS} ${OLD_COMMON_SUBDIRS}) +SET(SUBDIRS ${PARAMEDMEM_SUBDIRS} ${OLD_COMMON_SUBDIRS} ${COMMON_SUBDIRS}) FOREACH(DIR ${SUBDIRS}) ADD_SUBDIRECTORY(${DIR})