mirror of
https://github.com/KingDuckZ/incredis
synced 2024-12-27 21:35:42 +00:00
Fix build as submodule
This commit is contained in:
parent
7440745ea2
commit
ee0767e52c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ add_library(${PROJECT_NAME} SHARED
|
|||
target_include_directories(${PROJECT_NAME} SYSTEM
|
||||
PUBLIC ${Boost_INCLUDE_DIRS}
|
||||
PRIVATE ${HIREDIS_INCLUDE_DIRS}
|
||||
PUBLIC ${CMAKE_SOURCE_DIR}/lib/better-enums
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/lib/better-enums
|
||||
PRIVATE ${LIBEV_INCLUDE_DIRS}
|
||||
PRIVATE ${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue