work on this later
This commit is contained in:
parent
7ba3fd06d3
commit
7f536a8e7c
3 changed files with 4 additions and 0 deletions
|
|
@ -6,3 +6,4 @@ project(
|
|||
add_subdirectory(mdm)
|
||||
add_subdirectory(milkwm)
|
||||
add_subdirectory(mpanel)
|
||||
add_subdirectory(maudioserver)
|
||||
|
|
|
|||
2
maudioserver/CMakeLists.txt
Normal file
2
maudioserver/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
include(MDEBase)
|
||||
setup_project(maudioserver ${CMAKE_INSTALL_BINDIR})
|
||||
1
maudioserver/main.c
Normal file
1
maudioserver/main.c
Normal file
|
|
@ -0,0 +1 @@
|
|||
int main(){}
|
||||
Loading…
Add table
Add a link
Reference in a new issue