Commit 55a6c9aa238ffd4a528b7e738995322df688bba5
1 parent
6c0dd5b5
Add static build-switch
Showing
4 changed files
with
4 additions
and
3 deletions
CMakeLists.txt
... | ... | @@ -2,11 +2,12 @@ cmake_minimum_required(VERSION 3.0) |
2 | 2 | project(osdev_logger) |
3 | 3 | |
4 | 4 | LIST( APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/submodules/cmake ) |
5 | -LIST( APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/submodules/versioning/cmake ) | |
6 | 5 | |
7 | 6 | include(projectheader) |
8 | 7 | project_header(osdev_logger) |
9 | 8 | |
9 | +set(BUILD_STATIC "ON") | |
10 | + | |
10 | 11 | add_subdirectory(src) |
11 | 12 | add_subdirectory(tests) |
12 | 13 | ... | ... |
src/CMakeLists.txt
1 | +Subproject commit 83d7bf32bbdfb50a077daaa1d4cc9d611570b93e | ... | ... |