mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Change cutterlib to static
This commit is contained in:
parent
652c5343f9
commit
dfa5f3db49
@ -443,7 +443,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
list(REMOVE_ITEM SOURCES Main.cpp)
|
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 ${OPTIONS} Main.cpp)
|
add_executable(Cutter ${OPTIONS} Main.cpp)
|
||||||
set_target_properties(Cutter PROPERTIES
|
set_target_properties(Cutter PROPERTIES
|
||||||
OUTPUT_NAME cutter
|
OUTPUT_NAME cutter
|
||||||
|
Loading…
Reference in New Issue
Block a user