Add Group files to cmake

This commit is contained in:
Crash Cringle
2025-03-03 23:25:32 -08:00
committed by teejusb
parent 5abaf5318a
commit 096d3093e4
+2
View File
@@ -136,6 +136,7 @@ source_group("Data Structures\\\\Score Keepers"
${SM_DATA_SCORE_HPP})
list(APPEND SM_DATA_SONG_SRC
"Group.cpp"
"Song.cpp"
"SongCacheIndex.cpp"
"SongOptions.cpp"
@@ -143,6 +144,7 @@ list(APPEND SM_DATA_SONG_SRC
"SongUtil.cpp")
list(APPEND SM_DATA_SONG_HPP
"Group.h"
"Song.h"
"SongCacheIndex.h"
"SongOptions.h"