cmake: rework includes, wip, need to modify more src after merge

This commit is contained in:
Philippe Teuwen
2020-04-18 16:27:20 +02:00
parent f32974bb07
commit dc6b751ea3
6 changed files with 18 additions and 20 deletions
+2
View File
@@ -43,3 +43,5 @@ if (NOT MINGW)
target_link_libraries(lua INTERFACE dl)
endif (APPLE)
endif (NOT MINGW)
target_include_directories(lua INTERFACE liblua)