Skip to content

Commit

Permalink
Change cutterlib to static
Browse files Browse the repository at this point in the history
  • Loading branch information
yossizap committed Feb 5, 2021
1 parent bcd4b77 commit 00c932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
endif()

list(REMOVE_ITEM SOURCES Main.cpp)
add_library(CutterLib OBJECT ${UI_FILES} ${QRC_FILES} ${PLATFORM_RESOURCES} ${SOURCES} ${HEADER_FILES} ${BINDINGS_SOURCE})
add_library(CutterLib STATIC ${UI_FILES} ${QRC_FILES} ${PLATFORM_RESOURCES} ${SOURCES} ${HEADER_FILES} ${BINDINGS_SOURCE})
add_executable(Cutter Main.cpp)
set_target_properties(Cutter PROPERTIES
OUTPUT_NAME cutter
Expand Down

0 comments on commit 00c932c

Please sign in to comment.