mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
8 lines
138 B
CMake
8 lines
138 B
CMake
|
|
add_definitions(
|
|
-DUNICODE -D_UNICODE
|
|
-DROS_Headers)
|
|
|
|
add_library(atlnew atlbase.cpp atlcore.cpp)
|
|
add_dependencies(atlnew psdk)
|
|
|