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:
@@ -10,4 +10,4 @@ banan_link_library(Terminal libfont)
|
||||
banan_link_library(Terminal libgui)
|
||||
banan_link_library(Terminal libinput)
|
||||
|
||||
install(TARGETS Terminal)
|
||||
install(TARGETS Terminal OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user