Skip to content

Commit

Permalink
Fixed non-Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Dec 4, 2023
1 parent 16f742f commit 466fe12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/xrSound/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ target_sources_grouped(
SoundRender_Environment.h
)

target_sources_grouped(
TARGET xrSound
NAME "Scene"
FILES
SoundRender_Scene.cpp
SoundRender_Scene.h
)

target_sources_grouped(
TARGET xrSound
NAME "Kernel"
Expand Down

0 comments on commit 466fe12

Please sign in to comment.