mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Update CMake files to use old file hierarchy
This commit is contained in:
parent
0c74d1f571
commit
511057d557
4 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@ add_library(${PROJECT_NAME} INTERFACE)
|
|||
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_11)
|
||||
|
||||
target_include_directories(${PROJECT_NAME} INTERFACE
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
|
||||
$<INSTALL_INTERFACE:include>)
|
||||
|
||||
install(TARGETS ${PROJECT_NAME} EXPORT httplibConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue