Skip to content
Snippets Groups Projects
Commit 3f0e7f0e authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

set target include directories, last attempt for ubuntu support

parent 0bb00933
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ add_library(fggl-lua) ...@@ -2,6 +2,7 @@ add_library(fggl-lua)
find_package(Lua REQUIRED) find_package(Lua REQUIRED)
target_link_libraries(fggl-lua PUBLIC ${LUA_LIBRARIES}) target_link_libraries(fggl-lua PUBLIC ${LUA_LIBRARIES})
target_include_directories(fggl-lua INTERFACE ${LUA_INCLUDE_DIR})
# Link to FGGL # Link to FGGL
target_link_libraries(fggl-lua PUBLIC fggl) target_link_libraries(fggl-lua PUBLIC fggl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment