mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-02 02:05:25 +00:00
Using public instead of interface
This commit is contained in:
@@ -20,5 +20,5 @@ set(SRC
|
||||
include(FindLua)
|
||||
|
||||
add_library(LuaGate STATIC ${SRC} ${HEADERS})
|
||||
target_include_directories(LuaGate INTERFACE ${LUA_INCLUDE_DIR})
|
||||
target_include_directories(LuaGate PUBLIC ${LUA_INCLUDE_DIR})
|
||||
target_link_libraries(LuaGate ${LUA_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user