Update README.md

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2019-08-23 10:22:48 +08:00 committed by GitHub
parent 92bfbfa7d7
commit bb40e3a33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,10 @@ CM CMake module file
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMCMakeModule)
#include(math)
#use_mgl(${CMAKE_CURRENT_SOURCE_DIR}/3rdpty/MathGeoLib)
include(math)
use_mgl(${CMAKE_CURRENT_SOURCE_DIR}/3rdpty/MathGeoLib)
include(use_cm_module)
use_cm_module(Core)
use_cm_module(Platform)
```