- Add idna, normalize and scripts to build.

svn path=/branches/cmake-bringup/; revision=48301
This commit is contained in:
Amine Khaldi 2010-07-27 11:01:39 +00:00
parent 1e82e45439
commit 05b70f3ba2
5 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,8 @@
include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/icu4ros/icu/source/common)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -UWINVER -DWINVER=0x600 -fno-exceptions -fno-rtti")
file(GLOB_RECURSE SOURCE "*.cpp")
add_library(normalize ${SOURCE})