aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_cpp_demo.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-07 15:34:54 -0500
committerDavid Robillard <d@drobilla.net>2025-02-07 15:34:54 -0500
commitda301d48c6d519fb2020573c6a501a0c43f9064c (patch)
treee0b861e2cc3fd31503342a007c21f98110d086f0 /examples/pugl_cpp_demo.cpp
parent914e9086ef45031903cec79b12b20065ae3cac96 (diff)
downloadpugl-da301d48c6d519fb2020573c6a501a0c43f9064c.tar.gz
pugl-da301d48c6d519fb2020573c6a501a0c43f9064c.tar.bz2
pugl-da301d48c6d519fb2020573c6a501a0c43f9064c.zip
Move test utilities to a separate subproject
Towards sorting out sloppy include directories, and avoiding upward-relative paths in includes. A subproject seems like overkill, but this is the only way I can think of that makes for a clean local dependency that doesn't rely on anything non-standard or trigger any linters.
Diffstat (limited to 'examples/pugl_cpp_demo.cpp')
-rw-r--r--examples/pugl_cpp_demo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pugl_cpp_demo.cpp b/examples/pugl_cpp_demo.cpp
index 6b52d18..37efe45 100644
--- a/examples/pugl_cpp_demo.cpp
+++ b/examples/pugl_cpp_demo.cpp
@@ -3,7 +3,8 @@
#include "cube_view.h"
#include "demo_utils.h"
-#include "test/test_utils.h"
+
+#include "puglutil/test_utils.h"
#include "pugl/gl.hpp"
#include "pugl/pugl.h"