mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +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})
|