CMake: Don't exclude Lua lib targets;

This commit is contained in:
bjorn 2020-03-02 22:24:14 -08:00
parent 45648baa1c
commit 9c044ee91a
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ else()
add_subdirectory(deps/lua lua)
include_directories(deps/lua/src ${CMAKE_BINARY_DIR}/lua)
set(LOVR_LUA liblua_static)
set_target_properties(lua luac liblua liblua_static PROPERTIES EXCLUDE_FROM_ALL 1)
set_target_properties(lua luac PROPERTIES EXCLUDE_FROM_ALL 1)
endif()
endif()