Skip to content

Commit

Permalink
fix: lua include dir in swig
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Oct 14, 2024
1 parent 4ca778a commit 1d562d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ swig_add_library(upspring

target_include_directories(upspring
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/.."
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}"
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}" "${LUA_INCLUDE_DIR}"
)

set_target_properties(upspring PROPERTIES
Expand Down

0 comments on commit 1d562d5

Please sign in to comment.