mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 03:12:15 +00:00
Remove MALLOC checks
This commit is contained in:
parent
0fcdd1f7ce
commit
1882dffff2
1 changed files with 0 additions and 8 deletions
|
|
@ -1,14 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
project(librecomp)
|
project(librecomp)
|
||||||
|
|
||||||
# Check for headers
|
|
||||||
include(CheckIncludeFile)
|
|
||||||
check_include_file("malloc.h" HAVE_MALLOC_H)
|
|
||||||
|
|
||||||
if(HAVE_MALLOC_H)
|
|
||||||
add_compile_definitions(HAVE_MALLOC_H)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Define the library
|
# Define the library
|
||||||
add_library(librecomp STATIC
|
add_library(librecomp STATIC
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/src/ai.cpp"
|
"${CMAKE_CURRENT_SOURCE_DIR}/src/ai.cpp"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue