summaryrefslogtreecommitdiff
path: root/src/debug/dbgutil/CMakeLists.txt
blob: 6c43b5ca759c9c12ed0d9edb9d2cd2e2e8b96a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(WIN32)
  #use static crt
  add_definitions(-MT)
endif(WIN32)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

set(DBGUTIL_SOURCES
    dbgutil.cpp
)

add_library_clr(dbgutil STATIC ${DBGUTIL_SOURCES})