martyr-deepin / deepin-terminal-gtk

DDE terminal emulator application
GNU General Public License v3.0
264 stars 57 forks source link

Universal CMakeLists.txt #45

Closed avently closed 6 years ago

avently commented 6 years ago

Let's start from CMakeLists. This PR makes some boring things simpler. You don't have to write every new filename.vala to CMakeLists. Also replaced "deepin-terminal" string with ${target} variable.

manateelazycat commented 6 years ago

Patch is merged, thanks a lot! ;)