diff --git a/examples/cmap_example/CMakeLists.txt b/examples/cmap-example/CMakeLists.txt similarity index 71% rename from examples/cmap_example/CMakeLists.txt rename to examples/cmap-example/CMakeLists.txt index 48acc6f74..c5820f7b1 100644 --- a/examples/cmap_example/CMakeLists.txt +++ b/examples/cmap-example/CMakeLists.txt @@ -1,5 +1,5 @@ -set(TARGET cmap_example) -add_executable(${TARGET} cmap_example.cpp) +set(TARGET cmap-example) +add_executable(${TARGET} cmap-example.cpp) install(TARGETS ${TARGET} RUNTIME) target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT}) target_compile_features(${TARGET} PRIVATE cxx_std_11) diff --git a/examples/cmap_example/cmap_example.cpp b/examples/cmap-example/cmap-example.cpp similarity index 100% rename from examples/cmap_example/cmap_example.cpp rename to examples/cmap-example/cmap-example.cpp