update README.md

This commit is contained in:
hyzboy 2019-11-29 12:45:07 +08:00
parent 652d903bb6
commit 4ac904d834

View File

@ -1,5 +1,5 @@
# CMCMakeModule # CMCMakeModule
CM CMake module file CMake module files of CMGameEngine/ULRE
## use ## use
@ -10,6 +10,7 @@ CM CMake module file
git submodule add https://github.com/hyzboy/CMCMakeModule git submodule add https://github.com/hyzboy/CMCMakeModule
git submodule add https://github.com/hyzboy/CMCore git submodule add https://github.com/hyzboy/CMCore
git submodule add https://github.com/hyzboy/CMPlatform git submodule add https://github.com/hyzboy/CMPlatform
git submodule add https://github.com/hyzboy/CMUtil
``` ```
- add the following code to project CMakeLists.txt - add the following code to project CMakeLists.txt
``` ```
@ -30,6 +31,7 @@ CM CMake module file
include(use_cm_module) include(use_cm_module)
use_cm_module(Core) use_cm_module(Core)
use_cm_module(Platform) use_cm_module(Platform)
use_cm_module(Util)
... ...