Page MenuHomePhorge

CMakeLists.txt
No OneTemporary

Size
324 B
Referenced Files
None
Subscribers
None

CMakeLists.txt

# Allow exceptions for cxxopts and paho.mqtt.cpp by removing restricting flag.
if ( ROSA_COMPILER_IS_GCC_COMPATIBLE )
remove("-fno-exceptions" CMAKE_CXX_FLAGS)
endif()
add_executable(mqtt-client mqtt-client.cpp)
ROSA_add_library_dependencies(mqtt-client ROSAConfig)
ROSA_add_library_dependencies(mqtt-client ROSASupport)

File Metadata

Mime Type
text/plain
Expires
Sun, May 31, 4:34 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
328333
Default Alt Text
CMakeLists.txt (324 B)

Event Timeline