BuildSystem: Cleanup CMake code to allow libc only installation
There was no way to just install libc which is required for stdlibc++
This commit is contained in:
@@ -13,4 +13,4 @@ banan_link_library(WindowServer libfont)
|
||||
banan_link_library(WindowServer libimage)
|
||||
banan_link_library(WindowServer libinput)
|
||||
|
||||
install(TARGETS WindowServer)
|
||||
install(TARGETS WindowServer OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user