diff --git a/examples/cpp/core/scoped_allocator/CMakeLists.txt b/examples/cpp/core/scoped_allocator/CMakeLists.txt index 8e509694..6d63ac28 100644 --- a/examples/cpp/core/scoped_allocator/CMakeLists.txt +++ b/examples/cpp/core/scoped_allocator/CMakeLists.txt @@ -1,10 +1,10 @@ -add_bond_codegen (scoped_allocator.bond +add_bond_codegen (scoped_alloc.bond OPTIONS --allocator=\"examples::scoped_allocator::MyAllocator\" --header=\\\"allocator.h\\\" --alloc-ctors --scoped-alloc) -add_bond_test (scoped_allocator - ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/scoped_allocator_types.cpp - scoped_allocator.cpp) +add_bond_test (scoped_alloc + ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/scoped_alloc_types.cpp + scoped_alloc.cpp) diff --git a/examples/cpp/core/scoped_allocator/scoped_allocator.bond b/examples/cpp/core/scoped_allocator/scoped_alloc.bond similarity index 100% rename from examples/cpp/core/scoped_allocator/scoped_allocator.bond rename to examples/cpp/core/scoped_allocator/scoped_alloc.bond diff --git a/examples/cpp/core/scoped_allocator/scoped_allocator.cpp b/examples/cpp/core/scoped_allocator/scoped_alloc.cpp similarity index 95% rename from examples/cpp/core/scoped_allocator/scoped_allocator.cpp rename to examples/cpp/core/scoped_allocator/scoped_alloc.cpp index 24781158..d9c46cc1 100644 --- a/examples/cpp/core/scoped_allocator/scoped_allocator.cpp +++ b/examples/cpp/core/scoped_allocator/scoped_alloc.cpp @@ -1,4 +1,4 @@ -#include "scoped_allocator_reflection.h" +#include "scoped_alloc_reflection.h" #include #include