[PSEH3]
[reactos.git] / reactos / lib / atl / CMakeLists.txt
1
2 set_cpp(WITH_RTTI)
3
4 add_definitions(
5 -DUNICODE -D_UNICODE
6 -DROS_Headers)
7
8 add_library(atlnew atlbase.cpp atlcore.cpp)
9 add_dependencies(atlnew psdk)
10