We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f7cfa commit f8607ffCopy full SHA for f8607ff
CMakeLists.txt
@@ -74,7 +74,7 @@ find_package(FLEX 2.6 REQUIRED)
74
find_package(BISON 3.0 REQUIRED)
75
find_package(Python3 3.5 REQUIRED COMPONENTS Interpreter)
76
77
-add_library(yosys STATIC)
+add_library(yosys OBJECT)
78
#target_include_directories(yosys PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
79
#target_include_directories(yosys PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
80
#target_compile_definitions(yosys PUBLIC _YOSYS_)
0 commit comments