We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7afcb commit 6c4315dCopy full SHA for 6c4315d
1 file changed
CMakeLists.txt
@@ -26,7 +26,7 @@ add_library(cjson_object OBJECT ${CJSON_SOURCE})
26
add_executable(main ${MAIN_SOURCE} $<TARGET_OBJECTS:cmdline_object> $<TARGET_OBJECTS:handle_object> $<TARGET_OBJECTS:cjson_object>)
27
28
set_target_properties(main PROPERTIES
29
- # COMPILE_DEFINITIONS "MyRelease"
+ COMPILE_DEFINITIONS "MyRelease"
30
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/rootfs/system/bin"
31
)
32
0 commit comments