make LibSDL compliant with giteapc

This commit is contained in:
Sylvain PILLOT 2022-04-28 09:37:17 +02:00
parent 28e7586e72
commit 3a42233a5b
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ install(TARGETS SDL_prizm
# one in the compiler's install folder). Only install files matching *.h to
# exclude config.h.in.
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include"
DESTINATION "${FXSDK_COMPILER_INSTALL}/include/SDL"
DESTINATION "${FXSDK_COMPILER_INSTALL}"
FILES_MATCHING PATTERN "*.h")
# Slyvtt : replaced "*.h" with "*" as some headers are in the C++ style, without .h extension