Logo
Explore Help
Sign In
QuasarApp/qca
4
0
Fork 0
You've already forked qca
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-13 19:19:33 +00:00
Code Issues Projects Releases Wiki Activity
qca/unittest/base64unittest/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
215 B
CMake
Raw Normal View History

Add automated unittesting support. Now, you can just "make test" and it will run the appropriate tests. svn path=/trunk/kdesupport/qca/; revision=609827
2006-12-02 11:53:32 +00:00
ENABLE_TESTING()
Commit cmakelists.txt but it doesn't want to link svn path=/trunk/kdesupport/qca/; revision=591441
2006-10-02 12:32:39 +00:00
set(base64unittest_bin_SRCS base64unittest.cpp)
add_executable(base64unittest ${base64unittest_bin_SRCS} )
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
target_link_qca_test_libraries(base64unittest)
Commit cmakelists.txt but it doesn't want to link svn path=/trunk/kdesupport/qca/; revision=591441
2006-10-02 12:32:39 +00:00
cmake: put all runtime to bin when compiling The most it is need for windows where no rpath and all dll's must be in the same dir (or in PATH environment)
2014-02-02 02:35:55 +06:00
add_qca_test(base64unittest "Base64")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 100ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API