Update cmap-example

This commit is contained in:
pudepiedj 2023-10-05 12:04:03 +01:00
parent aea055db42
commit eb939e0638
2 changed files with 2 additions and 2 deletions

View file

@ -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)