fixed cmakelists

This commit is contained in:
P.M. Sutter 2014-05-06 10:24:45 -05:00
parent 29723fff06
commit d5d9ebc3e1
3 changed files with 29 additions and 29 deletions

View file

@ -44,7 +44,7 @@ include_directories(
set(computeAverageDistortion_SRCS computeAverageDistortion.cpp)
add_genopt(computeAverageDistortion_SRCS computeAverageDistortion.ggo computeAverageDistortion_conf STRUCTNAME Params)
add_executable(computeAverageDistortion ${computeAverageDistortion_SRCS})
target_link_libraries(computeAverageDistortion ${ZOB_LIBS})
#add_executable(computeAverageDistortion ${computeAverageDistortion_SRCS})
#target_link_libraries(computeAverageDistortion ${ZOB_LIBS})
subdirs(libzobov test mock stacking visualization analysis zobov2 hod)
subdirs(libzobov mock stacking analysis zobov2 hod)