build: static libraries
This commit is contained in:
parent
e1ad016bb5
commit
58f57f746c
5 changed files with 5 additions and 5 deletions
2
external/simpleCrypt/CMakeLists.txt
vendored
2
external/simpleCrypt/CMakeLists.txt
vendored
|
@ -10,7 +10,7 @@ set(simplecrypt_SRC
|
|||
)
|
||||
|
||||
# Tell CMake to create the helloworld executable
|
||||
add_library(simpleCrypt ${simplecrypt_SRC})
|
||||
add_library(simpleCrypt STATIC ${simplecrypt_SRC})
|
||||
|
||||
# Use the Widgets module from Qt 5.
|
||||
target_link_libraries(simpleCrypt Qt5::Core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue