- added my own FMOD path to CMakeLists.txt so that I can use it to create VC++ 2010 files with it.

This commit is contained in:
Christoph Oelckers 2013-10-09 12:52:07 +02:00
parent 0c9c624e8c
commit 8170cfbf98
1 changed files with 5 additions and 2 deletions

View File

@ -76,8 +76,11 @@ if( WIN32 )
set( FMOD_SEARCH_PATHS
"C:/Program Files/FMOD SoundSystem/FMOD Programmers API ${WIN_TYPE}/api"
"C:/Program Files (x86)/FMOD SoundSystem/FMOD Programmers API ${WIN_TYPE}/api"
# This next one is for me.
"E:/Software/Dev/FMOD/${WIN_TYPE}/api" )
# This next one is for Randy.
"E:/Software/Dev/FMOD/${WIN_TYPE}/api"
# .. and this one for Graf Zahl
"D:/portable/FMOD SoundSystem 4.26/FMOD Programmers API WIN32/api"
)
set( FMOD_INC_PATH_SUFFIXES PATH_SUFFIXES inc )
set( FMOD_LIB_PATH_SUFFIXES PATH_SUFFIXES lib )
set( NASM_NAMES nasmw nasm )