mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
8c6671477e
- start using our own c++ headers and forward stlport ones to them in msvc build. - fix fpecode declaration for MSVC. [CMAKE] - cardlib is a cpp library. Now stlport compiles with msvc. svn path=/branches/cmake-bringup/; revision=49552
18 lines
300 B
CMake
18 lines
300 B
CMake
|
|
set_cpp()
|
|
|
|
list(APPEND SOURCE
|
|
cardbitmaps.cpp
|
|
cardbutton.cpp
|
|
cardcolor.cpp
|
|
cardcount.cpp
|
|
cardlib.cpp
|
|
cardregion.cpp
|
|
cardrgndraw.cpp
|
|
cardrgnmouse.cpp
|
|
cardstack.cpp
|
|
cardwindow.cpp
|
|
dropzone.cpp)
|
|
|
|
add_library(cardlib ${SOURCE})
|
|
add_dependencies(cardlib psdk)
|