SET(EXECUTABLE_OUTPUT_PATH ${CGoGN_ROOT_DIR}/bin) IF (ONELIB) SET(CGoGN_LIBS_R cgogn) ELSE (ONELIB) SET(CGoGN_LIBS_R topology algo container utils) ENDIF (ONELIB) IF(WIN32) # libs have same name but in different place in Visual IF (ONELIB) SET(CGoGN_LIBS_D cgogn) ELSE (ONELIB) SET(CGoGN_LIBS_D topology algo container utils) ENDIF (ONELIB) ELSE(WIN32) IF (ONELIB) SET(CGoGN_LIBS_D cgognD) ELSE (ONELIB) SET(CGoGN_LIBS_D topologyD algoD containerD utilsD) ENDIF (ONELIB) IF (WITH_QT) add_subdirectory(Examples/Debug) ENDIF (WITH_QT) ENDIF(WIN32) IF (WITH_QT) add_subdirectory(Tuto) add_subdirectory(Examples/Release) IF (NOT DONOT_COMPILE_SANDBOX) add_subdirectory(SandBox) ENDIF (NOT DONOT_COMPILE_SANDBOX) ENDIF (WITH_QT) add_subdirectory(Examples/Tests) add_subdirectory(Tuto/Traversals)