diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 570e0ef..dfb3d53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -6,6 +6,7 @@ include(CheckTypeSize) | |||
6 | 6 | ||
7 | set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}" ${CMAKE_MODULE_PATH}) | 7 | set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}" ${CMAKE_MODULE_PATH}) |
8 | include(cmake_export_symbol) | 8 | include(cmake_export_symbol) |
9 | include(GNUInstallDirs) | ||
9 | 10 | ||
10 | project (LibreSSL C) | 11 | project (LibreSSL C) |
11 | 12 | ||