reactos/dll/win32/batt/CMakeLists.txt
Amine Khaldi 12fbca9aba [CMAKE]
- Introduce the case where entry point is 0.
- Improve some dlls.

svn path=/branches/cmake-bringup/; revision=48966
2010-10-02 19:08:06 +00:00

14 lines
308 B
CMake

set_unicode()
spec2def(batt ${CMAKE_CURRENT_SOURCE_DIR}/batt.spec ${CMAKE_CURRENT_BINARY_DIR}/batt.def)
add_library(batt SHARED batt.c batt.rc)
set_module_type(batt win32dll)
target_link_libraries(batt ${CMAKE_CURRENT_BINARY_DIR}/batt.def)
add_importlibs(batt kernel32)
add_dependencies(batt batt_def)