CMakeLists.txt 113 Bytes
Newer Older
jhe's avatar
lab3  
jhe committed
1 2 3 4 5 6 7
add_library(
    codegen STATIC
    CodeGen.cpp
    Register.cpp
)

target_link_libraries(codegen common IR_lib)