Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10550305
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
613 B
Referenced Files
None
Subscribers
None
CMakeLists.txt
View Options
# 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()
# Allow warnings for paho.mqtt.cpp
if ( ROSA_COMPILER_IS_GCC_COMPATIBLE )
remove("-Werror" CMAKE_CXX_FLAGS)
elseif ( MSVC )
remove("/WX" 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)
ROSA_add_library_dependencies(mqtt-client paho-mqttpp3)
ROSA_add_library_dependencies(mqtt-client paho-mqttc3::MQTTAsync)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 31, 12:03 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
328159
Default Alt Text
CMakeLists.txt (613 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment