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:
@@ -5,4 +5,4 @@ set(TEST_SOURCES
|
||||
add_executable(test ${TEST_SOURCES})
|
||||
banan_link_library(test libc)
|
||||
|
||||
install(TARGETS test)
|
||||
install(TARGETS test OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user