renamed c_tools to c_src and moved zobov to that directory

This commit is contained in:
Paul M. Sutter 2024-05-22 15:54:36 -04:00
parent 50ad2d6d73
commit 3203c24ec5
48 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.2) cmake_minimum_required(VERSION 3.2)
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD 11)
project(zobovPerso) project(vide)
include(CheckCCompilerFlag) include(CheckCCompilerFlag)
include(ExternalProject) include(ExternalProject)
@ -106,4 +106,4 @@ message(STATUS "Vide binary directory: ${VIDE_BIN}")
#) #)
subdirs(zobov c_tools) subdirs(c_src)

View file

@ -39,10 +39,9 @@ include_directories(
SET(ZOB_LIBS zobovTool) SET(ZOB_LIBS zobovTool)
set(computeAverageDistortion_SRCS computeAverageDistortion.cpp) set(computeAverageDistortion_SRCS computeAverageDistortion.cpp)
add_genopt(computeAverageDistortion_SRCS computeAverageDistortion.ggo computeAverageDistortion_conf STRUCTNAME Params) add_genopt(computeAverageDistortion_SRCS computeAverageDistortion.ggo computeAverageDistortion_conf STRUCTNAME Params)
#add_executable(computeAverageDistortion ${computeAverageDistortion_SRCS}) #add_executable(computeAverageDistortion ${computeAverageDistortion_SRCS})
#target_link_libraries(computeAverageDistortion ${ZOB_LIBS}) #target_link_libraries(computeAverageDistortion ${ZOB_LIBS})
subdirs(libzobov prep pruning jozov2) subdirs(libzobov prep pruning jozov2 zobov)