file CMakeLists.txt

Functions

Type Name
file (GLOB HEADERS "*.hpp" "*.h")
add_library (eosio_malloc malloc.cpp ${HEADERS})
add_library (eosio_cmem memory.cpp ${HEADERS})

Functions Documentation

function file

file(
    GLOB HEADERS "*.hpp" "*.h" 
)

function add_library

add_library(
    eosio_malloc malloc.cpp ${HEADERS} 
)

function add_library

add_library(
    eosio_cmem memory.cpp ${HEADERS} 
)

The documentation for this class was generated from the following file: libraries/eosiolib/CMakeLists.txt