Commit 246f6f6c4f19617bea0d3fef62afab4bd64fae64

Authored by Peter M. Groen
2 parents 55a6c9aa f36eb42d

Merge branch 'feat/pgroen/compile_as_static_lib' of gitlab.osdev.nl:open_source/…

…logger into feat/pgroen/compile_as_static_lib
Showing 1 changed file with 2 additions and 0 deletions
src/CMakeLists.txt
... ... @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.12)
2 2 include(projectheader)
3 3 project_header(logger)
4 4  
  5 +set(BUILD_AS_STATIC "ON")
  6 +
5 7 include_directories( SYSTEM
6 8 )
7 9  
... ...