Skip to content

Commit

Permalink
clear the object and organize the its folder
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Nov 24, 2024
1 parent 43fb88b commit 2e821f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions Resources/Pd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ add_subdirectory(cpp-httplib EXCLUDE_FROM_ALL)

# Define the main target
pd_add_external(pd4web pd4web.cpp LINK_LIBRARIES httplib)
target_include_directories(pd4web PRIVATE cpp-httplib)
set_target_properties(
pd4web
PROPERTIES CXX_STANDARD 20
Expand Down
9 changes: 1 addition & 8 deletions Resources/Pd/pd4web.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
#include <algorithm>
#include <array>
#include <filesystem>
#include <string>
#include <thread>

#include <m_pd.h>

#include <m_imp.h>

#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif

#include "./cpp-httplib/httplib.h"
#include <httplib.h>

static bool global_pd4web_check = false;
static t_class *pd4web_class;
Expand Down

0 comments on commit 2e821f4

Please sign in to comment.