cmake_minimum_required(VERSION 2.8) project(diceparser) add_subdirectory(irc) add_subdirectory(cli) #qt5_use_modules()