mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 18:25:45 +00:00
CMake: Add SoundTouch include path to target property
This commit is contained in:
parent
cb49df156d
commit
74afcd5328
2 changed files with 2 additions and 2 deletions
|
@ -272,6 +272,8 @@ endif()
|
|||
|
||||
# process subdirectories
|
||||
add_subdirectory(externals/soundtouch)
|
||||
# The SoundTouch target doesn't export the necessary include paths as properties by default
|
||||
target_include_directories(SoundTouch INTERFACE "externals/soundtouch/include")
|
||||
|
||||
enable_testing()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue