update src/CMakeLists.txt
This commit is contained in:
parent
59afd4de27
commit
29b1299b87
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user