com-wrapper/tests/CMakeLists.txt

7 строки
140 B
CMake

#Copyright (C) Microsoft Corporation. All rights reserved.
# unit tests
if(${run_unittests})
build_test_folder(com_wrapper_ut)
endif()