3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-13 10:46:26 +00:00
This commit is contained in:
Miodrag Milanovic 2026-07-08 08:34:01 +02:00
parent 95b5e43605
commit 8ad4ffcdd1
3 changed files with 4 additions and 6 deletions

View file

@ -50,7 +50,6 @@ block()
install(TARGETS slang_driver RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(TARGETS slang_hier RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(TARGETS slang_reflect RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(TARGETS rewriter RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(TARGETS slang_tidy RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()
endif()