[CMAKE]
[reactos.git] / reactos / lib / nls / normalize / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/icu4ros/icu/source/common)
3
4 # Re-definition of WINVER
5 remove_definitions(-DWINVER=0x502) # This removes a top-level definition: The compiler never gets it on the command-line
6 add_definitions(-DWINVER=0x600) # And now we add our own
7
8 add_library(normalize normalize.cpp)