Skip to content

Commit

Permalink
Add bundled include directories to bundled target
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Koeppe committed Apr 18, 2019
1 parent 3ae8f27 commit e892781
Show file tree
Hide file tree
Showing 4 changed files with 1,278 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundled_deps/check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CHECK_INSTALL_WRAPPER ${CMAKE_CURRENT_BINARY_DIR}/check_install_wrapper.sh)

set(CHECK_PREFIX ${CHECK_BUILD_ROOT}/usr)
set(CHECK_LIB_DIR ${CHECK_PREFIX}/lib)
set(CHECK_INCLUDE_DIR ${CHECK_PREFIX}/include)
set(CHECK_INCLUDE_DIR ${CHECK_SOURCE_DIR}/include)
set(CHECK_LIBRARY "${CHECK_LIB_DIR}/${CMAKE_SHARED_LIBRARY_PREFIX}\
check${CMAKE_SHARED_LIBRARY_SUFFIX}"
)
Expand Down
Loading

0 comments on commit e892781

Please sign in to comment.