parent
d24b025132
commit
983e4c1379
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