summaryrefslogtreecommitdiff
path: root/src/gcinfo/CMakeLists.txt
blob: 2764b68cf5041127c915f828d806c5f8726753e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

set(CMAKE_INCLUDE_CURRENT_DIR ON)

set( GCINFO_SOURCES
  gcinfoencoder.cpp
  dbggcinfoencoder.cpp
)

convert_to_absolute_path(GCINFO_SOURCES ${GCINFO_SOURCES})

if(CLR_CMAKE_PLATFORM_UNIX)
    add_compile_options(-fPIC)
endif(CLR_CMAKE_PLATFORM_UNIX)

add_subdirectory(lib)
if(WIN32)
  add_subdirectory(crossgen)
endif()