diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ec581d7..d9ba9974 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,6 +105,9 @@ target_compile_options(${PROJECT_NAME}_warnings $<$:-Wno-tautological-constant-compare> ) +# Provide GNU Installation directories +include(GNUInstallDirs) + # --------------------------------- # Resolve Clang Linktime Problems # CMake will adjust any linker flags from '-L path_to/mylib.so' to -lmylib