Private links

This commit is contained in:
Ben V. Brown
2022-06-20 19:16:09 +10:00
parent e6a080c33d
commit 22d0b0d643
19 changed files with 98 additions and 134 deletions

View File

@@ -1,4 +1,7 @@
if (LANG STREQUAL "")
message(FATAL_ERROR "You must specify a language")
endif()
add_custom_command(
@@ -18,5 +21,5 @@ lang_single.cpp
add_library(languages ${sources})
target_link_libraries(languages PUBLIC drivers brieflz )
target_link_libraries(languages PRIVATE drivers brieflz mainSource )