[zion] Link against glacier as a POC

This commit is contained in:
Drew Galbraith 2023-06-21 14:42:37 -07:00
parent 859fbf66da
commit f3443cf4de
2 changed files with 9 additions and 2 deletions

View file

@ -45,6 +45,9 @@ target_include_directories(zion
${CMAKE_CURRENT_SOURCE_DIR}
)
target_link_libraries(zion
glacier)
# -c -- Don't run the linker (only necessary for the assembler)
# -ffreestanding
# -fno-rtti -- No runtime type information (might mess with polymorphism?)