We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8537559 commit dad7a4cCopy full SHA for dad7a4c
CMakeLists.txt
@@ -552,6 +552,7 @@ if(SDLTTF_SAMPLES)
552
add_executable(${TARGET} ${ARGN})
553
endif()
554
sdl_add_warning_options(${TARGET} WARNING_AS_ERROR ${SDLTTF_WERROR})
555
+ sdl_target_link_options_no_undefined(${TARGET})
556
target_link_libraries(${TARGET} PRIVATE SDL3_ttf::${sdl3_ttf_target_name})
557
target_link_libraries(${TARGET} PRIVATE ${sdl3_target_name})
558
if("c_std_99" IN_LIST CMAKE_C_COMPILE_FEATURES)
0 commit comments