mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
11 lines
No EOL
206 B
CMake
11 lines
No EOL
206 B
CMake
include_directories(.)
|
|
|
|
set(SOURCE_FILE_LIST
|
|
${CMAKE_CURRENT_SOURCE_DIR}/cxxlogging.cc
|
|
${CMAKE_CURRENT_SOURCE_DIR}/logging.c
|
|
)
|
|
|
|
add_library(logging STATIC
|
|
${SOURCE_FILE_LIST}
|
|
${SOURCE_HEADER_LIST}
|
|
) |