1
0
Fork 0
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:
King_DuckZ 2015-12-04 19:40:02 +00:00
parent 20ebc10b0c
commit 87bc031e65
22 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
project(${bare_name}-update CXX C)
project(${bare_name}-scan CXX C)
add_executable(${PROJECT_NAME}
main.cpp