mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
21 lines
365 B
CMake
21 lines
365 B
CMake
|
|
#add_definitions(-DDBG)
|
|
|
|
list(APPEND SOURCE
|
|
cabinet.cxx
|
|
cabinet.h
|
|
dfp.cxx
|
|
dfp.h
|
|
cabman.cxx
|
|
cabman.h
|
|
mszip.cxx
|
|
mszip.h
|
|
raw.cxx
|
|
raw.h
|
|
CCFDATAStorage.cxx
|
|
CCFDATAStorage.h)
|
|
|
|
add_host_tool(cabman ${SOURCE})
|
|
target_link_libraries(cabman PRIVATE host_includes zlibhost)
|
|
set_property(TARGET cabman PROPERTY CXX_STANDARD 11)
|