Skip to content

Commit

Permalink
Add main.cpp to clangformat target
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Madry <[email protected]>
  • Loading branch information
wojciechmadry committed Aug 18, 2023
1 parent 1d874d8 commit 0260da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/ball_texture
-i
${SRC_FILES}
${HEADERS_FILES}
${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
)

4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include <SFML/Graphics.hpp>
#include <cmath>

#include "search_font.hpp"
#include "load.hpp"
#include "mouse_click_event.hpp"
#include "tester.hpp"
#include "red_box.hpp"
#include "search_font.hpp"
#include "tester.hpp"

#include <iostream>

Expand Down

0 comments on commit 0260da3

Please sign in to comment.