Skip to content

Commit 81c273d

Browse files
committed
cmake: install examples to <prefix>/libexec/installed-tests/SDL3_ttf
1 parent 72ebbde commit 81c273d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ if(SDLTTF_SAMPLES)
570570

571571
if(SDLTTF_SAMPLES_INSTALL)
572572
install(TARGETS ${prog}
573-
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
573+
RUNTIME DESTINATION "${CMAKE_INSTALL_LIBEXECDIR}/installed-tests/SDL3_ttf"
574574
)
575575
endif()
576576
endforeach()

0 commit comments

Comments
 (0)