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:
@@ -6,4 +6,4 @@ add_executable(http-server ${SOURCES})
|
||||
banan_link_library(http-server ban)
|
||||
banan_link_library(http-server libc)
|
||||
|
||||
install(TARGETS http-server)
|
||||
install(TARGETS http-server OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user