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