summaryrefslogtreecommitdiff
path: root/src/utilcode/crossgen/CMakeLists.txt
blob: 1f427e1e63985810140fb93eacdc7906345306da (plain)
1
2
3
4
5
6
7
8
include(${CLR_DIR}/crossgen.cmake)

list(APPEND UTILCODE_SOURCES 
  ../hostimpl.cpp
)

add_precompiled_header(stdafx.h ../stdafx.cpp UTILCODE_SOURCES)
add_library(utilcode_crossgen STATIC ${UTILCODE_SOURCES})