Consider:
include_directories("D:/FMOD SoundSystem/FMOD Programmers API Win32/api")
What's the decent way to deal with a path like the above in CMake?
You have to escape the spaces with a \
.
D:/FMOD\ SoundSystem/FMOD\ Programmers\ API\ Win32/api
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With