Skip to content

Commit

Permalink
Merge branch 'develop' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Sep 4, 2024
2 parents 27b5925 + 0392280 commit bab8b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/lua/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ set_source_files_properties(${SRC_LIBLUA} PROPERTIES LANGUAGE CXX)
list(APPEND SRC_LIBLUA ${HDR_LIBLUA})

add_library(lua SHARED ${SRC_LIBLUA})
set_target_properties(lua PROPERTIES OUTPUT_NAME lua53)
target_link_libraries(lua ${LIBS})

if(MSVC)
Expand Down

0 comments on commit bab8b74

Please sign in to comment.