summaryrefslogtreecommitdiff
path: root/compiler/gen-tf-input/CMakeLists.txt
blob: 12b78b5b343cb241ba2b5dd2c724b3135123e0a0 (plain)
1
2
3
4
file(GLOB_RECURSE SOURCES "src/*.cpp")

# making gen-tf-input
add_executable(gen-tf-input ${SOURCES})