RE3_NO_AUTOLINK to CMAKE_NO_AUTOLINK

This commit is contained in:
Filip Gawin
2021-01-14 22:15:36 +01:00
parent a0a88b4663
commit 1082b13830
7 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
#include "stream.h"
#include "sampman.h"
#if defined _MSC_VER && !defined RE3_NO_AUTOLINK
#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
#ifdef AUDIO_OAL_USE_SNDFILE
#pragma comment( lib, "libsndfile-1.lib" )
#endif