Skip to content

Commit

Permalink
Improve cmake integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
davits committed Sep 13, 2023
1 parent 3f6bf2f commit 0755500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/lua/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ add_library(luabind_lua STATIC ${luabind_lua_sources})

target_include_directories(luabind_lua_headers SYSTEM INTERFACE ${LUA_SOURCE_DIR})

target_link_libraries(luabind_lua luabind_lua_headers)
target_link_libraries(luabind_lua PUBLIC luabind_lua_headers)

0 comments on commit 0755500

Please sign in to comment.