feat: Organize CMakeLists for modular source management across main components

This commit is contained in:
GW_MC
2026-02-03 15:43:56 +08:00
parent 7bd230f591
commit a008106d47
10 changed files with 87 additions and 1 deletions

3
main/info/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
list(APPEND SRCS
"${CMAKE_CURRENT_LIST_DIR}/info.cpp"
)