if ( ROSA_COMPILER_IS_GCC_COMPATIBLE ) # Allow exceptions by removing restricting flag (needed by cxxopts) remove("-fno-exceptions" CMAKE_CXX_FLAGS) endif() set(SOURCES configuration.h) set(SOURCES statehandlerutils.h) ROSA_add_app(ccam ccam.cpp) ROSA_add_library_dependencies(ccam ROSAConfig) ROSA_add_library_dependencies(ccam ROSADeluxe) ROSA_add_library_dependencies(ccam ROSAAgent)