aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2020-11-03 10:05:33 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2020-11-09 09:45:55 +0100
commit90302fc5e74bed533f68dbedb25163e98906121d (patch)
tree09ef5dedd12529c0d693e83c66cbb6a94d5d8eec /CMakeLists.txt
parent2821345eacb71222ed9acf31f193eda81daeec3f (diff)
downloaddlfcn-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.txt2
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
7project (dlfcn-win32 C) 7project (dlfcn-win32 C)
8 8
9list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules") 9list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
10include(Macros) 10include(Macros)
11 11
12option(BUILD_SHARED_LIBS "shared/static libs" ON) 12option(BUILD_SHARED_LIBS "shared/static libs" ON)