summaryrefslogtreecommitdiffstats
path: root/kmymoney2/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use tde_install_symlink to create symlink during installation,Slávek Banko2024-11-181-14/+1
| | | | | | | | | instead of calling add_custom_command, add_custom_target and install. This not only simplifies the code, but prevents the problem of repeated starting of the 'ln' command with CMake >= 3.31, which led to FTBFS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.Slávek Banko2022-03-181-0/+150
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>