Merge pull request #2119 from alalek:fix_sfm_build_with_eigen
commit
1484dcf2de
5 changed files with 16 additions and 16 deletions
@ -1,9 +0,0 @@ |
|||||||
# define the source files |
|
||||||
SET(BASE_SRC ) |
|
||||||
|
|
||||||
# define the header files (make the headers appear in IDEs.) |
|
||||||
FILE(GLOB BASE_HDRS *.h) |
|
||||||
|
|
||||||
ADD_LIBRARY(base STATIC ${BASE_SRC} ${BASE_HDRS}) |
|
||||||
|
|
||||||
LIBMV_INSTALL_LIB(base) |
|
Loading…
Reference in new issue