forked from Bananymous/banan-os
BuildSystem: link libraries when they change
This also fixed the need for manual linkin on firt build
This commit is contained in:
@@ -26,6 +26,7 @@ add_dependencies(libc headers crt0)
|
||||
add_custom_target(libc-install
|
||||
COMMAND cp ${CMAKE_CURRENT_BINARY_DIR}/libc.a ${BANAN_LIB}/
|
||||
DEPENDS libc
|
||||
BYPRODUCTS ${BANAN_LIB}/libc.a
|
||||
)
|
||||
|
||||
set(CMAKE_STATIC_LIBRARY_PREFIX "")
|
||||
|
||||
Reference in New Issue
Block a user