mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix cmake library default build problem since moving to lib/
Also make Lua library check a cmake module
This commit is contained in:
parent
4af99b75cf
commit
ff4fef570e
4 changed files with 17 additions and 19 deletions
|
@ -186,11 +186,14 @@ if(APPLE)
|
|||
install(FILES "misc/Info.plist" DESTINATION "${BUNDLE_PATH}/Contents")
|
||||
endif()
|
||||
|
||||
# Library pack
|
||||
find_package(GMP REQUIRED)
|
||||
find_package(Json REQUIRED)
|
||||
find_package(Lua REQUIRED)
|
||||
|
||||
# Subdirectories
|
||||
# Be sure to add all relevant definitions above this
|
||||
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(src)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue