Skip to content
Snippets Groups Projects
Commit 5559863e authored by Philip Trettner's avatar Philip Trettner
Browse files

made library type static

parent 8fe16020
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ file(GLOB_RECURSE SOURCES
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCES})
add_library(typed-graphics ${SOURCES})
add_library(typed-graphics STATIC ${SOURCES})
target_include_directories(typed-graphics PUBLIC "src")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment