mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-11 23:53:21 +00:00
Only add subdirectory tests, if BUILD_TESTS=ON
This commit is contained in:
parent
900249033f
commit
18c7b4070a
@ -239,7 +239,9 @@ add_subdirectory(frontend)
|
||||
add_subdirectory(json)
|
||||
add_subdirectory(rust)
|
||||
|
||||
add_subdirectory(tests/gui)
|
||||
if (BUILD_TESTS)
|
||||
add_subdirectory(tests/gui)
|
||||
endif()
|
||||
|
||||
add_custom_target(nextpnr-all-bba)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user