include_directories("D:/FMOD SoundSystem/FMOD Programmers API Win32/api")
What's the decent way to deal with path like the above in cmake
?
include_directories("D:/FMOD SoundSystem/FMOD Programmers API Win32/api")
What's the decent way to deal with path like the above in cmake
?
include_directories("D:/FMOD\ SoundSystem/FMOD\ Programmers\ API\ Win32/api")