Skip to content

Commit f8607ff

Browse files
committed
starting obj files
1 parent 79f7cfa commit f8607ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ find_package(FLEX 2.6 REQUIRED)
7474
find_package(BISON 3.0 REQUIRED)
7575
find_package(Python3 3.5 REQUIRED COMPONENTS Interpreter)
7676

77-
add_library(yosys STATIC)
77+
add_library(yosys OBJECT)
7878
#target_include_directories(yosys PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
7979
#target_include_directories(yosys PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
8080
#target_compile_definitions(yosys PUBLIC _YOSYS_)

0 commit comments

Comments
 (0)