From d4948fa4e080a7c1d1512d1fc6104ca9cdbb30e2 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Fri, 14 Sep 2018 18:21:24 +0200 Subject: [PATCH] refere to gnu bindir --- SDL/CMakeLists.txt | 2 +- bins/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL/CMakeLists.txt b/SDL/CMakeLists.txt index 132a4a1..ce0d187 100644 --- a/SDL/CMakeLists.txt +++ b/SDL/CMakeLists.txt @@ -48,4 +48,4 @@ endif() # install ######################################################## install(FILES ${ZZIPSDL_SRCS} ${ZZIPSDL_HDRS} - DESTINATION include/SDL_rwops_zzip) + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/SDL_rwops_zzip) diff --git a/bins/CMakeLists.txt b/bins/CMakeLists.txt index 2187fe4..8e37ac7 100644 --- a/bins/CMakeLists.txt +++ b/bins/CMakeLists.txt @@ -73,4 +73,4 @@ target_include_directories(unzzip-big PRIVATE "${CMAKE_SOURCE_DIR}" "${CMAKE_CUR # install ######################################################## install(TARGETS zzcat zzdir zzxorcat zzxordir unzzip unzzip-mix unzzip-mem unzzip-big - DESTINATION bin) + DESTINATION "${CMAKE_INSTALL_BINDIR}") -- 2.40.0