Compare commits
1 Commits
77ea7b3f8d
...
cf5372e530
Author | SHA1 | Date | |
---|---|---|---|
cf5372e530 |
@@ -6,7 +6,7 @@ project(TheBartender VERSION 1.0)
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
|
||||
|
||||
# Create an executable
|
||||
add_executable(${PROJECT_NAME} src/Base/Entry.cpp src/Commands.cpp)
|
||||
add_executable(${PROJECT_NAME} src/main.cpp src/Commands.cpp)
|
||||
|
||||
# Find our pre-installed DPP package (using FindDPP.cmake).
|
||||
find_package(DPP REQUIRED)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#include "../../languages/locale_en.hpp"
|
||||
#include "../../token.h"
|
||||
#include "../Commands.hpp"
|
||||
#include "../token.h"
|
||||
#include "Commands.hpp"
|
||||
#include "SQL.hpp"
|
||||
#include "local_en.hpp"
|
||||
|
||||
#include <dpp/cluster.h>
|
||||
#include <dpp/dispatcher.h>
|
Reference in New Issue
Block a user