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

@ -45,7 +45,7 @@
#include "player/coreaudio_player.hpp"
#endif
#ifdef HAS_WASAPI
#include "player/wasapi_player.h"
#include "player/wasapi_player.hpp"
#endif
#include "player/file_player.hpp"