Add pcre2 include dir (required for non-system PCRE2 installations)
This commit is contained in:
parent
c1aab00c40
commit
ade1527bef
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ target_compile_definitions(r3
|
||||||
|
|
||||||
target_include_directories(r3
|
target_include_directories(r3
|
||||||
PUBLIC
|
PUBLIC
|
||||||
|
${PCRE2_INCLUDE_DIR}
|
||||||
${PROJECT_BINARY_DIR}
|
${PROJECT_BINARY_DIR}
|
||||||
${PROJECT_SOURCE_DIR}/3rdparty
|
${PROJECT_SOURCE_DIR}/3rdparty
|
||||||
${PROJECT_SOURCE_DIR}/include)
|
${PROJECT_SOURCE_DIR}/include)
|
||||||
|
|
Loading…
Reference in a new issue