# declare executables
DCMTK_ADD_EXECUTABLE(dcmtls_tests tests tscuscptls)

# make sure executables are linked to the corresponding libraries
DCMTK_TARGET_LINK_MODULES(dcmtls_tests dcmnet dcmtls)

# This macro parses tests.cc and registers all tests
DCMTK_ADD_TESTS(dcmtls)
