qca/examples/md5crypt/CMakeLists.txt
Ivan Romanov 6d690c0070 Build static QCA
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.
2014-01-02 03:50:18 +06:00

8 lines
189 B
CMake

set(md5crypt_bin_SRCS md5crypt.cpp)
add_executable(md5crypt ${md5crypt_bin_SRCS})
target_link_qca_libraries(md5crypt)
#add "crypt" to the libs if you are trying the crypt() equivalent