2013-07-25 02:36:54 +00:00
|
|
|
add_library(kernel expr.cpp max_sharing.cpp free_vars.cpp abstract.cpp
|
2013-07-30 08:39:29 +00:00
|
|
|
instantiate.cpp deep_copy.cpp normalize.cpp level.cpp environment.cpp
|
2013-08-08 02:10:12 +00:00
|
|
|
type_check.cpp context.cpp builtin.cpp basic_thms.cpp toplevel.cpp
|
|
|
|
pp.cpp)
|
2013-07-22 11:03:46 +00:00
|
|
|
target_link_libraries(kernel ${EXTRA_LIBS})
|