Add reformat target to CMakeLists.txt

This commit is contained in:
badaix 2020-08-04 18:46:58 +02:00
parent cc6186c4ba
commit 8186c44118
5 changed files with 27 additions and 5 deletions

View file

@ -30,7 +30,7 @@
#include "player/alsa_player.hpp"
#endif
#ifdef HAS_WASAPI
#include "player/wasapi_player.h"
#include "player/wasapi_player.hpp"
#endif
#ifdef HAS_DAEMON
#include "common/daemon.hpp"