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:
@@ -8,4 +8,4 @@ banan_include_headers(test-window libinput)
|
||||
banan_link_library(test-window libc)
|
||||
banan_link_library(test-window libgui)
|
||||
|
||||
install(TARGETS test-window)
|
||||
install(TARGETS test-window OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user