mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
b02b04fc53
- More work on the dlls. By Alexey Komarov. svn path=/branches/cmake-bringup/; revision=49105
8 lines
188 B
CMake
8 lines
188 B
CMake
|
|
add_library(normaliz SHARED dummy.c)
|
|
|
|
set_entrypoint(normaliz 0)
|
|
|
|
target_link_libraries(normaliz ${CMAKE_CURRENT_SOURCE_DIR}/normaliz.def)
|
|
|
|
add_dependencies(normaliz psdk buildno_header)
|