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