work on this later

This commit is contained in:
Nishi 2025-11-21 21:47:07 +09:00
commit 7f536a8e7c
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 4 additions and 0 deletions

View file

@ -6,3 +6,4 @@ project(
add_subdirectory(mdm)
add_subdirectory(milkwm)
add_subdirectory(mpanel)
add_subdirectory(maudioserver)

View file

@ -0,0 +1,2 @@
include(MDEBase)
setup_project(maudioserver ${CMAKE_INSTALL_BINDIR})

1
maudioserver/main.c Normal file
View file

@ -0,0 +1 @@
int main(){}