We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1b3d8 commit a6ef4c7Copy full SHA for a6ef4c7
CMakeLists.txt
@@ -13,6 +13,7 @@ set(CMAKE_TOOLCHAIN_FILE "$ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake")
13
14
project ("SNDXlib")
15
16
+set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
17
find_package(OpenAL CONFIG REQUIRED)
18
find_package(Stb REQUIRED)
19
find_path(MINIMP3_INCLUDE_DIRS "minimp3/minimp3.h")
0 commit comments