Whitespace cleanup

This commit is contained in:
Patricia Aas 2020-11-29 19:28:42 +01:00
parent fd6e33711b
commit f384d4aa08
12 changed files with 9 additions and 15 deletions

View File

@ -1,4 +1,3 @@
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "*.cpp")
add_executable(pacman ${sources})
target_link_libraries(pacman libpacman)

View File

@ -1,5 +1 @@
//
// Created by patricia on 11/28/2020.
//
#include "Pomodoro.hpp"

View File

@ -1,4 +1,3 @@
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "*.cpp")
add_executable(pomodoro ${sources})
target_link_libraries(pomodoro libpomodoro Qt5::Core Qt5::Gui Qt5::Widgets)