mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
9 lines
188 B
Text
9 lines
188 B
Text
![]() |
|
||
|
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)
|