mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
12 lines
256 B
CMake
12 lines
256 B
CMake
|
|
list(APPEND SOURCE
|
|
cabinet.cxx
|
|
dfp.cxx
|
|
main.cxx
|
|
mszip.cxx
|
|
raw.cxx
|
|
CCFDATAStorage.cxx)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib)
|
|
add_host_tool(cabman ${SOURCE})
|
|
target_link_libraries(cabman zlibhost)
|