xwzhangcs / facadeSeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facadeSeg

creat build folder

mkdir build cd build

create Visual Studio project files using cmake

cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_PREFIX_PATH=/your/path/QT ..

build our application

cmake --build . --config Release

About


Languages

Language:C++ 96.7%Language:Python 3.2%Language:CMake 0.1%