[CMAKE] Introduce a way to compile ReactOS without invoking CMake twice. You can...
[reactos.git] / reactos / tools / cabman / CMakeLists.txt
1
2 list(APPEND SOURCE
3 cabinet.cxx
4 dfp.cxx
5 main.cxx
6 mszip.cxx
7 raw.cxx)
8
9 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/zlib)
10 add_host_tool(cabman ${SOURCE})
11 target_link_libraries(cabman zlibhost)