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,6 +8,6 @@ banan_link_library(libfont libc)
|
||||
banan_link_library(libfont ban)
|
||||
|
||||
banan_install_headers(libfont)
|
||||
install(TARGETS libfont)
|
||||
install(TARGETS libfont OPTIONAL)
|
||||
|
||||
set(CMAKE_STATIC_LIBRARY_PREFIX "")
|
||||
|
||||
Reference in New Issue
Block a user