本文首发于个人博客https://kezunlin.me/post/39ab7ed9/,欢迎阅读最新内容! compile and install cgal on ubuntu 16.04 Guide version: 4.13.1 install wget https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.13.1/CGAL-4.13.1.zip cd CGAL-4.13.1 mkdir build && c
CMake生成Unicode版本VC工程 Just add this line in your top CMakeLists.txt file: add_definitions(-DUNICODE -D_UNICODE) if(MSVC) add_definitions(-DUNICODE -D_UNICODE) endif() 基本配置 配置生成库输出目录 ExportDir=F:\Develop\bin\x64 Add Entry: