Skip to content

Commit

Permalink
3rdparty is build interface only
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Mar 22, 2024
1 parent 69dec79 commit 0408173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ target_include_directories(${BTCPP_LIBRARY}
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/3rdparty>
$<IF:$<BOOL:${BTCPP_VENDOR_3RDPARTY}>,${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/lexy/include,>
$<IF:$<BOOL:${BTCPP_VENDOR_3RDPARTY}>,${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/tinyxml2,>
$<IF:$<BOOL:${BTCPP_VENDOR_3RDPARTY}>,${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/minitrace,>
Expand Down

0 comments on commit 0408173

Please sign in to comment.