mirror of https://github.com/YosysHQ/nextpnr.git
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(json)
|
||||||
add_subdirectory(rust)
|
add_subdirectory(rust)
|
||||||
|
|
||||||
add_subdirectory(tests/gui)
|
if (BUILD_TESTS)
|
||||||
|
add_subdirectory(tests/gui)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_custom_target(nextpnr-all-bba)
|
add_custom_target(nextpnr-all-bba)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue