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(aoc2023_day21 ${SOURCES})
|
||||
banan_include_headers(aoc2023_day21 ban)
|
||||
banan_link_library(aoc2023_day21 libc)
|
||||
|
||||
install(TARGETS aoc2023_day21)
|
||||
install(TARGETS aoc2023_day21 OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user