update src/CMakeLists.txt
This commit is contained in:
@@ -34,6 +34,7 @@ if (WIN32)
|
|||||||
set(VORBISLIB vorbis vorbisfile) # not tested
|
set(VORBISLIB vorbis vorbisfile) # not tested
|
||||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libs/glfw)
|
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libs/glfw)
|
||||||
endif()
|
endif()
|
||||||
|
message(${LUA_INCLUDE_DIR})
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
find_package(PkgConfig)
|
find_package(PkgConfig)
|
||||||
pkg_check_modules(LUAJIT REQUIRED luajit)
|
pkg_check_modules(LUAJIT REQUIRED luajit)
|
||||||
|
|||||||
Reference in New Issue
Block a user