1 parent fbf600d commit f6090cfCopy full SHA for f6090cf
1 file changed
src/CMakeLists.txt
@@ -80,9 +80,20 @@ target_include_directories(core
80
$<INSTALL_INTERFACE:include>
81
)
82
83
-target_link_libraries(core
84
- PUBLIC
85
-)
+if(NOT NO_B64_CPP_API)
+ target_link_libraries(core
+ PUBLIC
86
+ $<$<BOOL:${STLSoft_FOUND}>:STLSoft::STLSoft>
87
+ )
88
+
89
+ if(DEFINED STLSOFT_INCLUDE_DIR)
90
91
+ target_include_directories(core
92
93
+ ${STLSOFT_INCLUDE_DIR}
94
95
+ endif()
96
+endif()
97
98
target_compile_options(core
99
PRIVATE
0 commit comments