Skip to content

Commit

Permalink
going back to a static library at least for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed May 29, 2023
1 parent 3c2a54b commit 7809dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grapher/cmake/grapher-target.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Declaring the grapher library
file(GLOB_RECURSE GRAPHER_SOURCES lib/*.cpp)
add_library(grapher SHARED ${GRAPHER_SOURCES})
add_library(grapher STATIC ${GRAPHER_SOURCES})

target_include_directories(grapher
PUBLIC
Expand Down

0 comments on commit 7809dfc

Please sign in to comment.