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

include(configure.cmake)

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

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