Skip to content

Commit

Permalink
Build all submodule deps as static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Jan 12, 2025
1 parent 4255dfb commit 0225637
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler+runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ set_property(TARGET jank_lib PROPERTY OUTPUT_NAME jank)
target_compile_features(jank_lib PUBLIC ${jank_cxx_standard})
target_compile_options(jank_lib PUBLIC ${jank_common_compiler_flags} ${jank_aot_compiler_flags})

# We want all deps built as static libs.
set(BUILD_SHARED_LIBS OFF)

include(FetchContent)
include(cmake/dependency/bdwgc.cmake)
include(cmake/dependency/fmt.cmake)
Expand Down

0 comments on commit 0225637

Please sign in to comment.