reactos/sdk/tools/cabman/CMakeLists.txt
Jérôme Gardou 493ceb7ade [CMAKE] Fix host tools build on x86-64 mingw
Dynamically check for sys/types.h and pid_t in wine config.h
Use TARGET_xxx defines instead of _X86_ as this is undefined by GCC
Add some sense in include directories management by using interface
libraries
2019-11-15 16:22:06 +01:00

12 lines
205 B
CMake

list(APPEND SOURCE
cabinet.cxx
dfp.cxx
main.cxx
mszip.cxx
raw.cxx
CCFDATAStorage.cxx)
add_host_tool(cabman ${SOURCE})
target_link_libraries(cabman PRIVATE host_includes zlibhost)