summaryrefslogtreecommitdiff
path: root/src/md/datasource/CMakeLists.txt
blob: 6657c0615a21de88a2692261507034ffdbcc81e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if(CLR_CMAKE_PLATFORM_UNIX)
    add_compile_options(-fPIC)
endif(CLR_CMAKE_PLATFORM_UNIX)

set(MDDATASOURCE_SOURCES
  api.cpp
  datatargetreader.cpp
  remotemdinternalrwsource.cpp
  targettypes.cpp
)

convert_to_absolute_path(MDDATASOURCE_SOURCES ${MDDATASOURCE_SOURCES})

add_subdirectory(dbi)