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:
2024-06-21 01:45:14 +03:00
parent 1488ec5a03
commit 9e1b5cbaab
82 changed files with 88 additions and 86 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ add_executable(aoc2023_day3 ${SOURCES})
banan_include_headers(aoc2023_day3 ban)
banan_link_library(aoc2023_day3 libc)
install(TARGETS aoc2023_day3)
install(TARGETS aoc2023_day3 OPTIONAL)