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.
1 parent f19b357 commit 4d88af4Copy full SHA for 4d88af4
CMakeLists.txt
@@ -183,7 +183,7 @@ target_link_libraries(${BTCPP_LIBRARY}
183
PRIVATE
184
Threads::Threads
185
${CMAKE_DL_LIBS}
186
- $<BUILD_INTERFACE:foonathan::lexy>
+ foonathan::lexy
187
minitrace::minitrace
188
tinyxml2::tinyxml2
189
minicoro::minicoro
@@ -200,7 +200,6 @@ target_include_directories(${BTCPP_LIBRARY}
200
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
201
$<INSTALL_INTERFACE:include>
202
203
- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/lexy/include>
204
${BTCPP_EXTRA_INCLUDE_DIRS}
205
)
206
0 commit comments