mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
9 lines
157 B
CMake
9 lines
157 B
CMake
|
|
set_cpp(WITH_RTTI)
|
|
|
|
add_definitions(
|
|
-DUNICODE -D_UNICODE
|
|
-DROS_Headers)
|
|
|
|
add_library(atlnew atlbase.cpp atlcore.cpp)
|
|
add_dependencies(atlnew psdk)
|