1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/cmake
Diadlo 9a0632b0cf
fix: Using foreach to iterate through CFLAGS_OTHER
PkgConfig use 'separate_arguments' for pkgconfig result, so output
converted to the list (in cmake it's semicolumnt separated values).
If we try to append CFLAGS_OTHER as is, it will provide error for
more then one cflag in '.pc' file

Fix #4175, fix #4457.
2017-06-11 13:23:33 +03:00
..
Dependencies.cmake fix: Using foreach to iterate through CFLAGS_OTHER 2017-06-11 13:23:33 +03:00
Installation.cmake chore(build): don't update version numbers via cmake 2017-06-06 19:54:13 +01:00
Qt5CorePatches.cmake chore(cmake): Add CMake build rules. 2017-01-08 14:46:39 +03:00
Testing.cmake test: Replace check on Qtest 2017-06-04 23:10:50 +03:00