Skip to content

Commit

Permalink
lua
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 27, 2023
1 parent bf9aaa7 commit fe6679e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lcadluascript/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ else()
endif()

add_library(lcluascript SHARED ${lcluascript_srcs} ${lcluascript_hdrs})
target_link_libraries(lcluascript ${LUA_LIBRARIES} lckernel Eigen3::Eigen GLEW::GLEW)

target_link_libraries(lcluascript ${LUA_LIBRARIES} lckernel)

if (MSVC)
target_link_libraries(lcluascript Eigen3::Eigen Freetype::Freetype GLEW::GLEW)
Expand Down

0 comments on commit fe6679e

Please sign in to comment.