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

include(configure.cmake)

set(GC_PAL_SOURCES
    gcenv.unix.cpp)

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