2fd93f88582140d8276d1bd729dee8f3082fb537
[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_executable(cabman ${SOURCE})
11 target_link_libraries(cabman zlibhost)