fd580af1d5a9b6d8d913316a274814ca93ae6f15
[reactos.git] / reactos / tools / cabman / CMakeLists.txt
1 list(APPEND SOURCE
2 cabinet.cxx
3 dfp.cxx
4 main.cxx
5 mszip.cxx
6 raw.cxx)
7
8 include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/zlib)
9
10 add_executable(cabman ${SOURCE})
11
12 target_link_libraries(cabman zlibhost)