mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
renamed c_tools to c_src and moved zobov to that directory
This commit is contained in:
parent
50ad2d6d73
commit
3203c24ec5
48 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||||
|
|
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue