diff --git a/CMakeLists.txt b/CMakeLists.txt index 52be0fe..3da4b68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,7 @@ target_include_directories( ################################################################################ ## Frontend ################################################################################ +if(${BUILD_FRONTEND}) add_executable(itcPressureOptimizerScfe src/frontend/itc_pressure_optimizer_scfe.cpp @@ -90,4 +91,7 @@ target_link_libraries( install( TARGETS itcPressureOptimizerScfe RUNTIME DESTINATION bin -) \ No newline at end of file +) + +endif() +