Messed up the static include line
This commit is contained in:
parent
01f4d9f386
commit
6b29918ea3
|
@ -414,7 +414,7 @@ if(OPENAL_FOUND)
|
|||
else()
|
||||
message("Using static soundtouch from Externals")
|
||||
add_subdirectory(Externals/soundtouch)
|
||||
include_directories(Externals/soundtouch)
|
||||
include_directories(Externals)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue