You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
exercise_2/colmap-dev/lib/FLANN/CMakeLists.txt

10 lines
182 B

if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
endif()
COLMAP_ADD_STATIC_LIBRARY(flann
flann.hpp flann.cpp
ext/lz4.h ext/lz4.c
ext/lz4hc.h ext/lz4hc.c
)