Skip to content

Commit

Permalink
Hotfix to make sure we can compile yyjson.c (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Jun 30, 2024
1 parent d054ac0 commit 005f9a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ if(REFLECTCPP_USE_BUNDLED_DEPENDENCIES)
target_include_directories(
reflectcpp PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)
$<INSTALL_INTERFACE:include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include/rfl/thirdparty>)
else()
add_library(reflectcpp INTERFACE)

Expand Down

0 comments on commit 005f9a1

Please sign in to comment.