mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +00:00
7 lines
132 B
Text
7 lines
132 B
Text
|
|
||
|
file(GLOB_RECURSE SOURCE "*.cpp")
|
||
|
|
||
|
add_definitions(-DUNICODE -D_UNICODE)
|
||
|
add_definitions(-DROS_Headers)
|
||
|
|
||
|
add_library(atl ${SOURCE})
|