diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2020-11-03 10:05:33 +0100 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2020-11-09 09:45:55 +0100 |
commit | 90302fc5e74bed533f68dbedb25163e98906121d (patch) | |
tree | 09ef5dedd12529c0d693e83c66cbb6a94d5d8eec /CMakeLists.txt | |
parent | 2821345eacb71222ed9acf31f193eda81daeec3f (diff) | |
download | dlfcn-win32-90302fc5e74bed533f68dbedb25163e98906121d.tar.gz dlfcn-win32-90302fc5e74bed533f68dbedb25163e98906121d.tar.bz2 dlfcn-win32-90302fc5e74bed533f68dbedb25163e98906121d.zip |
Add cmake building support to Travis CI
To make it easier to extend the CI support and to be able to execute
the contained tests locally, a dedicated shell script tools/ci_build.sh
was added to execute the tests.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c6fe4c..ec52939 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -6,7 +6,7 @@ endif () | |||
6 | 6 | ||
7 | project (dlfcn-win32 C) | 7 | project (dlfcn-win32 C) |
8 | 8 | ||
9 | list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules") | 9 | list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules") |
10 | include(Macros) | 10 | include(Macros) |
11 | 11 | ||
12 | option(BUILD_SHARED_LIBS "shared/static libs" ON) | 12 | option(BUILD_SHARED_LIBS "shared/static libs" ON) |