From 466fe12f50ec973e662f4816aa4a953007899bdb Mon Sep 17 00:00:00 2001 From: Xottab_DUTY Date: Tue, 5 Dec 2023 03:24:27 +0500 Subject: [PATCH] Fixed non-Windows build --- src/xrSound/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/xrSound/CMakeLists.txt b/src/xrSound/CMakeLists.txt index 4c00ee6f84a..fd5b2fcd77e 100644 --- a/src/xrSound/CMakeLists.txt +++ b/src/xrSound/CMakeLists.txt @@ -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"