Skip to content

Commit

Permalink
update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 13, 2024
1 parent 9591dc8 commit 616c227
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ if (WIN32)
else()
find_package(PkgConfig)
pkg_check_modules(LuaJIT REQUIRED IMPORTED_TARGET luajit)
message(STATUS "LUA Libraries: ${LUA_LIBRARIES}")
message(STATUS "LUA Include Dir: ${LUA_INCLUDE_DIR}")
message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}")
set(LUA_LIBRARIES "PkgConfig::LuaJIT")
set(LIBS ${LIBS} wsock32 ws2_32)
set(LIBS ${LIBS} wsock32 ws2_32 winpthread)
endif()
find_package(glfw3 REQUIRED)
find_package(glm REQUIRED)
Expand Down

0 comments on commit 616c227

Please sign in to comment.