BuildSystem: link libraries when they change

This also fixed the need for manual linkin on firt build
This commit is contained in:
Bananymous
2023-05-31 22:40:15 +03:00
parent a75a3f7a5f
commit a378e59432
7 changed files with 7 additions and 11 deletions

View File

@@ -20,4 +20,5 @@ add_dependencies(ban headers libc-install)
add_custom_target(ban-install
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR}/libban.a ${BANAN_LIB}/
DEPENDS ban
BYPRODUCTS ${BANAN_LIB}/libban.a
)