Page MenuHomePhorge

CMakeLists.txt
No OneTemporary

Size
393 B
Referenced Files
None
Subscribers
None

CMakeLists.txt

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)

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 10, 9:51 AM (8 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
179054
Default Alt Text
CMakeLists.txt (393 B)

Event Timeline