Goose  Artifact [cfce9d239f]

Artifact cfce9d239f51ccb68e5b01c865749eaa7e0a8ba2d0acae3924165b6db17d6dd4:

  • File bs/ir/CMakeLists.txt — part of check-in [403ca496c8] at 2019-03-10 19:20:48 on branch trunk — Overloading: first untested draft of utrie unification. (user: achavasse size: 301) [more...]

add_library( empathy-ir
    tostring.cpp
    merge.cpp
    compare.cpp
    enumerate.cpp
    match.cpp
    graphviz.cpp
    value.cpp
    helpers.cpp
    vecgenerator.cpp
)

target_link_libraries( empathy-ir
    empathy-util
)

if( BUILD_TESTING )
    add_subdirectory( tests )
endif( BUILD_TESTING )