Ensure source tree is clean after build

This commit is contained in:
Andrew Nelless
2017-01-07 16:47:29 +00:00
parent e3f3b7424c
commit e4db361d62
2 changed files with 3 additions and 14 deletions

View File

@@ -14,6 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
include_directories (${CMAKE_CURRENT_BINARY_DIR}/lib)
add_subdirectory(lib)
add_subdirectory(cmd)
add_subdirectory(gui)