diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2016-12-18 16:56:50 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2016-12-18 16:56:50 -0500 |
| commit | e50ced44a2cf6268c19df901ad56b367d8d802fe (patch) | |
| tree | b4bd67b3a0a8bdbc853dba760c0d66a406e11d4a /CMakeLists.txt | |
| parent | 2e6aa6d813cf3fd4180b8c9ffc671b4bcee54586 (diff) | |
| download | zig-e50ced44a2cf6268c19df901ad56b367d8d802fe.tar.gz zig-e50ced44a2cf6268c19df901ad56b367d8d802fe.zip | |
IR: all structs anonymous
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b2f70b5d3c..0e7e68078b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,6 @@ include_directories( ) set(ZIG_SOURCES - "${CMAKE_SOURCE_DIR}/src/ir.cpp" "${CMAKE_SOURCE_DIR}/src/analyze.cpp" "${CMAKE_SOURCE_DIR}/src/ast_render.cpp" "${CMAKE_SOURCE_DIR}/src/bignum.cpp" @@ -48,6 +47,7 @@ set(ZIG_SOURCES "${CMAKE_SOURCE_DIR}/src/errmsg.cpp" "${CMAKE_SOURCE_DIR}/src/error.cpp" "${CMAKE_SOURCE_DIR}/src/eval.cpp" + "${CMAKE_SOURCE_DIR}/src/ir.cpp" "${CMAKE_SOURCE_DIR}/src/ir_print.cpp" "${CMAKE_SOURCE_DIR}/src/link.cpp" "${CMAKE_SOURCE_DIR}/src/main.cpp" |
