mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
renamed libzobov to util as it contains general-purpose routines for handling voids and particles
This commit is contained in:
parent
3203c24ec5
commit
0f4bc75527
11 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ include_directories(
|
|||
${QHULL_INCLUDES}
|
||||
${HEALPIX_INCLUDE_PATH}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/libzobov)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/util)
|
||||
|
||||
SET(ZOB_LIBS zobovTool)
|
||||
|
||||
|
@ -44,4 +44,4 @@ add_genopt(computeAverageDistortion_SRCS computeAverageDistortion.ggo computeAve
|
|||
#add_executable(computeAverageDistortion ${computeAverageDistortion_SRCS})
|
||||
#target_link_libraries(computeAverageDistortion ${ZOB_LIBS})
|
||||
|
||||
subdirs(libzobov prep pruning jozov2 zobov)
|
||||
subdirs(util prep pruning jozov2 zobov)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue