BuildSystem: Cleanup userspace directory layout
userspace programs are now in userspace/programs userspace tests are now in userspace/tests This makes listing userspace projects much cleaner. Libraries were already separated to their own directory, so other programs should also.
This commit is contained in:
9
userspace/programs/Shell/CMakeLists.txt
Normal file
9
userspace/programs/Shell/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(Shell ${SOURCES})
|
||||
banan_link_library(Shell ban)
|
||||
banan_link_library(Shell libc)
|
||||
|
||||
install(TARGETS Shell OPTIONAL)
|
||||
1097
userspace/programs/Shell/main.cpp
Normal file
1097
userspace/programs/Shell/main.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user