Switch source build property to DotNetBuildFromSource
[platform/upstream/coreclr.git] / src / nativeresources / CMakeLists.txt
1 project(nativeresourcestring)
2
3 add_compile_options(-fPIC)
4
5 add_library_clr(nativeresourcestring
6   STATIC
7   resourcestring.cpp
8 )
9