first add files

This commit is contained in:
2019-11-29 11:58:31 +08:00
parent 9c86489a35
commit 15db8e01c7
16 changed files with 677 additions and 0 deletions

8
CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.0)
project(CMUtil)
include(path_config.cmake)
CMUtilSetup(${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(${CMUTIL_ROOT_SOURCE_PATH})