mirror of https://github.com/YosysHQ/nextpnr.git
CMake: add_custom_target does not require EXCLUDE_FROM_ALL
This commit is contained in:
parent
e4115e85f7
commit
6caa6e4e85
|
|
@ -241,7 +241,7 @@ add_subdirectory(rust)
|
||||||
|
|
||||||
add_subdirectory(tests/gui)
|
add_subdirectory(tests/gui)
|
||||||
|
|
||||||
add_custom_target(nextpnr-all-bba EXCLUDE_FROM_ALL)
|
add_custom_target(nextpnr-all-bba)
|
||||||
|
|
||||||
function(add_nextpnr_architecture target)
|
function(add_nextpnr_architecture target)
|
||||||
cmake_parse_arguments(arg "" "MAIN_SOURCE" "CORE_SOURCES;TEST_SOURCES;CURRENT_SOURCE_DIR;CURRENT_BINARY_DIR" ${ARGN})
|
cmake_parse_arguments(arg "" "MAIN_SOURCE" "CORE_SOURCES;TEST_SOURCES;CURRENT_SOURCE_DIR;CURRENT_BINARY_DIR" ${ARGN})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue