File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
5
5
target_compile_features (${TARGET} PRIVATE cxx_std_11 )
6
6
7
7
set (TARGET lookup-create )
8
- add_executable (${TARGET} lookup.cpp )
8
+ add_executable (${TARGET} lookup-create .cpp )
9
9
install (TARGETS ${TARGET} RUNTIME )
10
10
target_link_libraries (${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT} )
11
11
target_compile_features (${TARGET} PRIVATE cxx_std_11 )
12
12
13
13
set (TARGET lookup-merge )
14
- add_executable (${TARGET} lookup.cpp )
14
+ add_executable (${TARGET} lookup-merge .cpp )
15
15
install (TARGETS ${TARGET} RUNTIME )
16
16
target_link_libraries (${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT} )
17
17
target_compile_features (${TARGET} PRIVATE cxx_std_11 )
18
18
19
19
set (TARGET lookup-stats )
20
- add_executable (${TARGET} lookup.cpp )
20
+ add_executable (${TARGET} lookup-stats .cpp )
21
21
install (TARGETS ${TARGET} RUNTIME )
22
22
target_link_libraries (${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT} )
23
23
target_compile_features (${TARGET} PRIVATE cxx_std_11 )
You can’t perform that action at this time.
0 commit comments