2023-08-17 13:03:08 +00:00
|
|
|
cmake_minimum_required(VERSION 3.20)
|
2023-07-31 05:55:25 +00:00
|
|
|
|
2023-08-17 13:03:08 +00:00
|
|
|
project(atpg-ls)
|
2023-07-31 05:55:25 +00:00
|
|
|
|
2023-08-17 13:03:08 +00:00
|
|
|
# 子模块
|
|
|
|
add_subdirectory(tg-pro)
|
|
|
|
add_subdirectory(src)
|
2023-07-31 05:55:25 +00:00
|
|
|
|
2023-08-17 13:03:08 +00:00
|
|
|
target_link_libraries(atpg atpg_backend sat_solver)
|