Skip to content

Commit 311dc1a

Browse files
committed
add GNUInstallDirs module to CMakeLists.txt for improved installation directory management
1 parent a6a371c commit 311dc1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ project(
1111
LANGUAGES CXX
1212
)
1313

14+
include(GNUInstallDirs)
1415
include(cmake/CompilerWarnings.cmake)
1516
include(cmake/LinkerFlags.cmake)
1617

0 commit comments

Comments
 (0)