summaryrefslogtreecommitdiffhomepage
path: root/example/hash_crc32_example
diff options
context:
space:
mode:
Diffstat (limited to 'example/hash_crc32_example')
-rw-r--r--example/hash_crc32_example/CMakeLists.txt2
-rw-r--r--example/hash_crc32_example/example.cpp (renamed from example/hash_crc32_example/example.cc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/example/hash_crc32_example/CMakeLists.txt b/example/hash_crc32_example/CMakeLists.txt
index cd8d7b5..7941a33 100644
--- a/example/hash_crc32_example/CMakeLists.txt
+++ b/example/hash_crc32_example/CMakeLists.txt
@@ -8,7 +8,7 @@ project(
find_package(Boost REQUIRED COMPONENTS container)
-add_executable(HashExample example.cc)
+add_executable(HashExample example.cpp)
set_property(TARGET HashExample PROPERTY CXX_STANDARD 20)
target_include_directories(HashExample PUBLIC ../../include/)
diff --git a/example/hash_crc32_example/example.cc b/example/hash_crc32_example/example.cpp
index d2f045e..d2f045e 100644
--- a/example/hash_crc32_example/example.cc
+++ b/example/hash_crc32_example/example.cpp