mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 19:44:32 +00:00
Added new cmake variable SHARED_LIBRARY. By default is on. When it is off QCA library, plugins, tools, examples and unittests will be built as static. Also if is used static Qt plugins will be built as static. Tested with Qt4.
6 lines
122 B
CMake
6 lines
122 B
CMake
set(aes-cmac_bin_SRCS aes-cmac.cpp)
|
|
|
|
add_executable(aes-cmac ${aes-cmac_bin_SRCS})
|
|
|
|
target_link_qca_libraries(aes-cmac)
|