reactos/lib/atl/CMakeLists.txt
Sir Richard 02b1c8a4e2 [CMAKE]: Add wmc to host tools, and export it as native-wmc.
[CMAKE]: Add a makelist to build the mc->headers as one target.
[CMAKE]: Fix the IDL rule to build all IDLs as one target.
[CMAKE]: Build a whole lot more libraries.

svn path=/branches/cmake-bringup/; revision=48267
2010-07-25 23:05:32 +00:00

7 lines
132 B
CMake

file(GLOB_RECURSE SOURCE "*.cpp")
add_definitions(-DUNICODE -D_UNICODE)
add_definitions(-DROS_Headers)
add_library(atl ${SOURCE})