summaryrefslogtreecommitdiff
path: root/compiler/nnc/unittests/support/CMakeLists.txt
blob: d236159ced9d01500cd628e505eb4defe6273730 (plain)
1
2
3
4
set(CL_SOURCES ${NNC_SUPPORT_DIR}/CommandLine.cpp)
set(CL_TESTS CommandLineTest.cpp)

nnc_add_unit_test(nnc_support_commandline_test ${CL_TESTS} ${CL_SOURCES})