Squashed 'deps/ox/' changes from 69957bd7..d4807cd2
d4807cd2[ox] Move each library's include to its own include dirbd792a0d[ox] Move header files to include directory git-subtree-dir: deps/ox git-subtree-split:d4807cd2a0
This commit is contained in:
@@ -78,6 +78,13 @@ include_directories(src)
|
||||
|
||||
install(FILES OxConfig.cmake DESTINATION lib/cmake/ox)
|
||||
|
||||
install(
|
||||
DIRECTORY
|
||||
include/ox
|
||||
DESTINATION
|
||||
include
|
||||
)
|
||||
|
||||
if(OX_USE_STDLIB)
|
||||
set(JSONCPP_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/deps/jsoncpp/include")
|
||||
add_subdirectory(deps/jsoncpp)
|
||||
|
||||
Reference in New Issue
Block a user