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