diff options
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cf14de..558a6f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -4,6 +4,9 @@ include(CheckLibraryExists) | |||
4 | include(CheckIncludeFiles) | 4 | include(CheckIncludeFiles) |
5 | include(CheckTypeSize) | 5 | include(CheckTypeSize) |
6 | 6 | ||
7 | set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}" ${CMAKE_MODULE_PATH}) | ||
8 | include(cmake_export_symbol) | ||
9 | |||
7 | project (LibreSSL C) | 10 | project (LibreSSL C) |
8 | 11 | ||
9 | enable_testing() | 12 | enable_testing() |