summaryrefslogtreecommitdiff
path: root/src/nativeresources/CMakeLists.txt
blob: e73a0d21292b6d307b5b89fa0f21e9e6f0d7fe8c (plain)
1
2
3
4
5
6
7
8
9
project(nativeresourcestring)

add_compile_options(-fPIC)

add_library_clr(nativeresourcestring
  STATIC
  resourcestring.cpp
)