CMakeLists.txt 226 Bytes
Newer Older
Paul's avatar
Paul committed
1

Paul's avatar
Paul committed
2
add_library(migraph_cpu
Paul's avatar
Paul committed
3
4
    cpu_target.cpp
)
Paul's avatar
Paul committed
5
6
7
rocm_clang_tidy_check(migraph_cpu)
target_link_libraries(migraph_cpu migraph)
target_include_directories(migraph_cpu PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)