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