mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 22:06:28 +00:00
RE3_NO_AUTOLINK to CMAKE_NO_AUTOLINK
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user