cleanup: remove unnecessary blank lines in CMakeLists.txt
This commit is contained in:
parent
a9d9825d0f
commit
20e51fd6af
1 changed files with 0 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.21)
|
||||
project(DrangPlatform VERSION 1.0.0)
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_STANDARD 17)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_C_EXTENSIONS OFF)
|
||||
|
|
@ -27,5 +24,4 @@ set(MI_BUILD_SHARED OFF CACHE BOOL "" FORCE)
|
|||
set(MI_BUILD_STATIC ON CACHE BOOL "" FORCE)
|
||||
FetchContent_MakeAvailable(mimalloc)
|
||||
|
||||
|
||||
add_subdirectory(Source/DrangPlatform)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue