Whitespace cleanup
This commit is contained in:
parent
fd6e33711b
commit
f384d4aa08
12 changed files with 9 additions and 15 deletions
|
@ -1,4 +1,3 @@
|
|||
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "*.cpp")
|
||||
add_executable(pacman ${sources})
|
||||
target_link_libraries(pacman libpacman)
|
||||
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
//
|
||||
// Created by patricia on 11/28/2020.
|
||||
//
|
||||
|
||||
#include "Pomodoro.hpp"
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue