Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « ldl « third_party « libmv « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db2d40e2612edc797797b8bb809291c987b03230 (plain)
1
2
3
4
5
include_directories(../ufconfig)
include_directories(Include)
add_library(ldl Source/ldl.c)

LIBMV_INSTALL_THIRD_PARTY_LIB(ldl)