Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10551195
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
503 B
Referenced Files
None
Subscribers
None
CMakeLists.txt
View Options
set(SOURCES configuration.h)
set(SOURCES statehandlerutils.h)
# 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()
ROSA_add_app(ccam ccam.cpp)
ROSA_add_library_dependencies(ccam ROSAConfig)
ROSA_add_library_dependencies(ccam ROSAApp)
ROSA_add_library_dependencies(ccam ROSAAgent)
ROSA_add_library_dependencies(ccam paho-mqttpp3)
ROSA_add_library_dependencies(ccam paho-mqttc3::MQTTAsync)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 31, 12:08 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
328583
Default Alt Text
CMakeLists.txt (503 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment