Skip to content

Commit

Permalink
cmake: Add Lua include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
taminob committed Mar 20, 2024
1 parent 436a2a6 commit 6b432be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if(${PPPLUGIN_ENABLE_CPP17_COMPATIBILITY})
endif()
target_include_directories(
${LIBRARY_TARGET}
PRIVATE ${LUA_INCLUDE_DIR}
PUBLIC $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>
PUBLIC $<INSTALL_INTERFACE:include/${PROJECT_NAME}>)

Expand Down

0 comments on commit 6b432be

Please sign in to comment.