tags:

views:

31

answers:

2
include_directories("D:/FMOD SoundSystem/FMOD Programmers API Win32/api")

What's the decent way to deal with path like the above in cmake?

A: 
D:/FMOD\ SoundSystem/FMOD\ Programmers\ API\ Win32/api
Zane Edward Dockery
+1  A: 
include_directories("D:/FMOD\ SoundSystem/FMOD\ Programmers\ API\ Win32/api")
karlphillip