Goose  Artifact [60151597c5]

Artifact 60151597c55fe29651531fd2f30b8015f8f3dcce817c6de568bc5eb66b655e58:

  • File bs/execute/CMakeLists.txt — part of check-in [b844506db4] at 2019-01-30 22:39:09 on branch trunk — First draft of the compile-time interpreter. A simple builtin function call works. (user: achavasse size: 133)

add_library( empathy-execute
    vm.cpp
    eval.cpp
)

target_link_libraries( empathy-execute
    empathy-ir
    empathy-builtins
)