f684c73f35925870de0769446f3882617c2eb3d2
[reactos.git] / sdk / 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 CCFDATAStorage.cxx)
9
10 include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib)
11 add_host_tool(cabman ${SOURCE})
12 target_link_libraries(cabman zlibhost)