mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-02-19 12:04:54 +00:00
Rename update action to scan.
This commit is contained in:
parent
20ebc10b0c
commit
87bc031e65
22 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ target_include_directories(${bare_name}-inc
|
|||
INTERFACE ${CMAKE_SOURCE_DIR}/include
|
||||
)
|
||||
|
||||
add_subdirectory(src/update)
|
||||
add_subdirectory(src/scan)
|
||||
add_subdirectory(src/pq)
|
||||
add_subdirectory(src/main)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project(${bare_name}-update CXX C)
|
||||
project(${bare_name}-scan CXX C)
|
||||
|
||||
add_executable(${PROJECT_NAME}
|
||||
main.cpp
|
Loading…
Add table
Reference in a new issue