Update CMakeLists.txt

This commit is contained in:
Kishor 2021-09-21 10:54:28 +05:30 committed by GitHub
parent 03e2b0c605
commit bc26ee0293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ add_custom_target(
COMMAND make clean
COMMAND $(MAKE) install -j10 PREFIX=${CMAKE_CURRENT_SOURCE_DIR}/yosys/install
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/yosys
message(STATUS "YOSYS binaries: source dir ${CMAKE_CURRENT_SOURCE_DIR} : binary dir: ${CMAKE_BINARY_DIR} : prefix dir: ${CMAKE_INSTALL_PREFIX}")
COMMENT "Compile Yosys with given Makefile"
)