summaryrefslogtreecommitdiff
path: root/src/gc/unix/CMakeLists.txt
blob: 10258108c6f2bd47b5be5eef74641ca607ce6705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(CMAKE_INCLUDE_CURRENT_DIR ON)
add_compile_options(-fPIC)
include_directories("../env")

include(configure.cmake)

set(GC_PAL_SOURCES
    gcenv.unix.cpp
    events.cpp
    cgroup.cpp)

add_library(gc_unix STATIC ${GC_PAL_SOURCES} ${VERSION_FILE_PATH})