Skip to content

Commit a83eb9c

Browse files
committed
cmake: install examples to <prefix>/libexec/installed-tests/SDL3_mixer
1 parent a983517 commit a83eb9c

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
@@ -1229,7 +1229,7 @@ if(SDLMIXER_SAMPLES)
12291229

12301230
if(SDLMIXER_SAMPLES_INSTALL)
12311231
install(TARGETS ${prog}
1232-
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
1232+
RUNTIME DESTINATION "${CMAKE_INSTALL_LIBEXECDIR}/installed-tests/SDL3_mixer"
12331233
)
12341234
endif()
12351235
endforeach()

0 commit comments

Comments
 (0)