[zion] Link against glacier as a POC
This commit is contained in:
parent
859fbf66da
commit
f3443cf4de
2 changed files with 9 additions and 2 deletions
|
|
@ -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?)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue