summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-03-10 21:11:59 +0900
committerRyo Nakamura <upa@haeena.net>2023-03-10 21:11:59 +0900
commite037294d3db20370710cd478ce7868f9f49aeb23 (patch)
treed308cc1702eadbe805ae9851439ecff60816cb68 /CMakeLists.txt
parent309371ed75ea5eebdde4d2e84ed6ad298dd38b12 (diff)
add include GNUInstallDirs
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d890381..b156411 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,6 +6,8 @@ project(mscp
VERSION ${MSCP_VERSION}
LANGUAGES C)
+include(GNUInstallDirs)
+
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG")
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)