Commit 31bdb0a1 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Add missing frame.cpp to CMakeLists.txt

parent 06d6cd08
......@@ -86,6 +86,7 @@ add_library(PYSTON_OBJECTS OBJECT ${OPTIONAL_SRCS}
runtime/dict.cpp
runtime/file.cpp
runtime/float.cpp
runtime/frame.cpp
runtime/generator.cpp
runtime/ics.cpp
runtime/import.cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment