Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Oct 24, 2023
1 parent a00c5da commit 87185a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dev/Cpp/EffekseerSoundOSMixer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ add_library(EffekseerSoundOSMixer STATIC
${effekseer_sound_h}
${effekseer_sound_src})

target_include_directories(
EffekseerSoundOSMixer
PRIVATE
${EFK_THIRDPARTY_INCLUDES})

target_link_directories(
EffekseerSoundOSMixer
PRIVATE
Expand Down

0 comments on commit 87185a7

Please sign in to comment.