X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=fe7c8b683def7a80e24aa7414edb7c8ae78c7b5f;hb=bbf7582c00138ab38f84b6acf52e76175bfebb79;hp=ee5c085bb58d4505b031c3e982d2294ec74662db;hpb=dfea2a4a8b8e27a95ce332564ea205c2f520e33b;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ee5c085..fe7c8b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,6 +191,10 @@ if(WIN32) include_directories("${DEPDIR}/OpenGL") endif(WIN32) +if(MSVC) # More Visual Studio annoyances + include_directories("${DEPDIR}/msinttypes") +endif(MSVC) + option (LUGARU_FORCE_INTERNAL_OPENAL "Force internal libOpenAL, even if there's a system version" False) if (NOT LUGARU_FORCE_INTERNAL_OPENAL) find_package(OpenAL REQUIRED)