set structure for IR
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
add_subdirectory(ast)
|
||||
add_subdirectory(semantic)
|
||||
add_subdirectory(IR)
|
||||
add_executable(zmxcc main.cpp)
|
||||
target_link_libraries(zmxcc semantic argparse)
|
||||
target_link_libraries(zmxcc semantic argparse IR)
|
||||
set_target_properties(zmxcc PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
|
||||
)
|
Reference in New Issue
Block a user