first commit
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(CMPlatform)
|
||||
|
||||
include(path_config.cmake)
|
||||
CMPlatformSetup(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
add_subdirectory(${CMPLATFORM_ROOT_SOURCE_PATH})
|
Reference in New Issue
Block a user