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:
@@ -9,6 +9,6 @@ banan_include_headers(libgui libinput)
|
||||
banan_link_library(libgui libc)
|
||||
|
||||
banan_install_headers(libgui)
|
||||
install(TARGETS libgui)
|
||||
install(TARGETS libgui OPTIONAL)
|
||||
|
||||
set(CMAKE_STATIC_LIBRARY_PREFIX "")
|
||||
|
||||
Reference in New Issue
Block a user