Skip to content

Commit

Permalink
Update BUILD with using as library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
orva committed Apr 16, 2014
1 parent 4fddb93 commit 9c4270e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@ $ cd openMVG
$ git submodule init
$ git submodule update

Depending of your platform :
------------------------------------
Using as library dependency in cmake
------------------------------------
Adding following lines to your CMakeLists.txt should provide OpenMVG usable as
static library:

add_subdirectory(openMVG/src)
include_directories(${OpenMVG_INCLUDES})
target_link_libraries(target ${OpenMVG_LIBS})

Information about required dependencies and standalone build can be found below.


-----------------
Linux compilation
Expand Down

0 comments on commit 9c4270e

Please sign in to comment.