CMake+lrexlib: Another include path fix attempt.

This commit is contained in:
Gerald Combs 2022-07-19 13:57:54 -07:00
parent 9d96b301de
commit 3acd20fabe
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ target_link_libraries(lrexlib PRIVATE
) )
target_include_directories(lrexlib SYSTEM PRIVATE target_include_directories(lrexlib SYSTEM PRIVATE
${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/epan ${CMAKE_SOURCE_DIR}/epan
${LUA_INCLUDE_DIRS} ${LUA_INCLUDE_DIRS}
${PCRE2_INCLUDE_DIRS} ${PCRE2_INCLUDE_DIRS}