mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
30bb25e2f0
- Improve most of the static libraries. svn path=/branches/cmake-bringup/; revision=49479
4 lines
104 B
CMake
4 lines
104 B
CMake
|
|
add_definitions(-DUNICODE -D_UNICODE)
|
|
add_library(scrnsave scrnsave.c)
|
|
add_dependencies(scrnsave psdk)
|