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

add_compile_options(-fPIC)

add_library(nativeresourcestring
  STATIC
  resourcestring.cpp
)