summaryrefslogtreecommitdiffhomepage
path: root/example/simple_allocator_op
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-29 21:24:34 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-29 21:24:34 +0100
commit8c976ce60d3232471efd079adab9ec52c08ea275 (patch)
tree0097eeb19fffddcb9b258c8b9073dd74cbddde66 /example/simple_allocator_op
parent591f44cf59f30073e33855f474dce5f65c50731a (diff)
chore: core: update example file extensions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/simple_allocator_op')
-rw-r--r--example/simple_allocator_op/CMakeLists.txt6
-rw-r--r--example/simple_allocator_op/example.cpp (renamed from example/simple_allocator_op/example.cc)0
2 files changed, 3 insertions, 3 deletions
diff --git a/example/simple_allocator_op/CMakeLists.txt b/example/simple_allocator_op/CMakeLists.txt
index fbda92b..c7b3d6d 100644
--- a/example/simple_allocator_op/CMakeLists.txt
+++ b/example/simple_allocator_op/CMakeLists.txt
@@ -6,10 +6,10 @@ project(
VERSION 1.0
LANGUAGES CXX)
-find_package(Boost REQUIRED COMPONENTS container)
+find_package(Boost REQUIRED)
-add_executable(AllocatorExample example.cc)
+add_executable(AllocatorExample example.cpp)
set_property(TARGET AllocatorExample PROPERTY CXX_STANDARD 20)
target_include_directories(AllocatorExample PUBLIC ../../include/)
-target_link_libraries(AllocatorExample PRIVATE Boost::container)
+target_link_libraries(AllocatorExample PRIVATE Boost)
diff --git a/example/simple_allocator_op/example.cc b/example/simple_allocator_op/example.cpp
index f09f60f..f09f60f 100644
--- a/example/simple_allocator_op/example.cc
+++ b/example/simple_allocator_op/example.cpp