Files
multithread_experiments/experiments/sm/CMakeLists.txt
2020-09-17 17:34:54 +03:00

11 lines
314 B
CMake

cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0020 NEW)
find_package(SM REQUIRED)
add_executable(block_choice block_choice.cpp)
target_link_libraries(block_choice PIP)
add_executable(smbusdata_crash_test smbusdata_crash_test.cpp)
target_link_libraries(smbusdata_crash_test SMBricks_shared PIP::Crypt)