From: michael Date: Sat, 30 Oct 2021 20:49:10 +0000 (+0200) Subject: Simplified CMakeLists X-Git-Tag: V9_8_0~71 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=32e57789ef9ef04a1f20c10afbab90e0f4045961;p=tools%2Fsolverlab.git Simplified CMakeLists --- diff --git a/CoreFlows/CMakeLists.txt b/CoreFlows/CMakeLists.txt index 76353a5..d72b351 100755 --- a/CoreFlows/CMakeLists.txt +++ b/CoreFlows/CMakeLists.txt @@ -98,10 +98,10 @@ INCLUDE_DIRECTORIES( # SET(MAIN_SOURCES # mainCoreFlows.cxx # ) # -SET(_extra_lib_CoreFlows ${CDMATH_LIBRARIES} ${PETSC_LIBRARIES} ) # + ADD_EXECUTABLE(CoreFlowsMainExe ${MAIN_SOURCES}) # SET_TARGET_PROPERTIES(CoreFlowsMainExe PROPERTIES COMPILE_FLAGS "") # -TARGET_LINK_LIBRARIES(CoreFlowsMainExe CoreFlowsLibs ${_extra_lib_CoreFlows}) # +TARGET_LINK_LIBRARIES(CoreFlowsMainExe CoreFlowsLibs ${CDMATH_LIBRARIES} ${PETSC_LIBRARIES} ${SLEPC_LIBRARIES} ) # INSTALL(TARGETS CoreFlowsMainExe DESTINATION bin) # # configure_file(