mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
9 lines
138 B
CMake
9 lines
138 B
CMake
|
|
add_definitions(
|
|
-DUNICODE -D_UNICODE
|
|
-DROS_Headers)
|
|
|
|
add_library(atlnew atlbase.cpp atlcore.cpp)
|
|
add_dependencies(atlnew psdk)
|
|
|