first add files
This commit is contained in:
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal 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})
|
Reference in New Issue
Block a user