Skip to content

Commit

Permalink
add hobu-conda example
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 17, 2018
1 parent 3924c7a commit 82eaa82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cmake/examples/hobu-conda-win64.bat
@@ -0,0 +1,20 @@
mkdir build
cd build

cmake -G "NMake Makefiles" ^
-DCMAKE_INSTALL_PREFIX:PATH="%CONDA_PREFIX%" ^
-DCMAKE_BUILD_TYPE:STRING=Release ^
-DBUILD_PLUGIN_GREYHOUND=ON ^
-DBUILD_PLUGIN_PCL=ON ^
-DBUILD_PLUGIN_PYTHON=ON ^
-DBUILD_PLUGIN_PGPOINTCLOUD=ON ^
-DBUILD_PLUGIN_SQLITE=ON ^
-DBUILD_PLUGIN_ICEBRIDGE=ON ^
-DBUILD_PLUGIN_HEXBIN=ON ^
-DBUILD_PLUGIN_NITF=ON ^
-DENABLE_CTEST=OFF ^
-DWITH_TESTS=OFF ^
-DWITH_ZLIB=ON ^
-DWITH_LAZPERF=ON ^
-DWITH_LASZIP=ON ^
..

0 comments on commit 82eaa82

Please sign in to comment.