Consider:
include_directories(\"D:/FMOD SoundSystem/FMOD Programmers API Win32/api\")
What\'s the decent way to deal with a path like the a
include_directories("D:/FMOD\ SoundSystem/FMOD\ Programmers\ API\ Win32/api")
You have to escape the spaces with a \.
\
D:/FMOD\ SoundSystem/FMOD\ Programmers\ API\ Win32/api