We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed31a0c + deee7c6 commit 0af23edCopy full SHA for 0af23ed
Sources/TSCUtility/CMakeLists.txt
@@ -41,6 +41,8 @@ add_library(TSCUtility
41
)
42
target_link_libraries(TSCUtility PUBLIC
43
TSCBasic)
44
+target_link_libraries(TSCUtility PRIVATE
45
+ SQLite::SQLite3)
46
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
47
48
FoundationNetworking)
Sources/TSCclibc/CMakeLists.txt
@@ -11,9 +11,6 @@ add_library(TSCclibc STATIC
11
target_include_directories(TSCclibc PUBLIC
12
include)
13
14
-target_link_libraries(TSCclibc PUBLIC
15
- SQLite::SQLite3)
16
-
17
if(NOT BUILD_SHARED_LIBS)
18
install(TARGETS TSCclibc
19
ARCHIVE DESTINATION lib)
0 commit comments