]> git.lizzy.rs Git - minetest.git/blobdiff - CMakeLists.txt
Sound API: Add fading sounds
[minetest.git] / CMakeLists.txt
index b804cf5b69517b869c2e8256766fc0e7ad330cc8..4188564609960b7d9a02ec31f923a9985324b6e7 100644 (file)
@@ -49,7 +49,6 @@ if(NOT CMAKE_BUILD_TYPE)
        set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type: Debug or Release" FORCE)
 endif()
 
-
 # Included stuff
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
 
@@ -187,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)