2014-10-18 07:28:29 +08:00
|
|
|
|
2020-08-30 21:31:04 +08:00
|
|
|
#add_definitions(-DDBG)
|
|
|
|
|
2011-05-16 21:12:07 +08:00
|
|
|
list(APPEND SOURCE
|
|
|
|
cabinet.cxx
|
2020-08-30 21:31:04 +08:00
|
|
|
cabinet.h
|
2011-05-16 21:12:07 +08:00
|
|
|
dfp.cxx
|
2020-08-30 21:31:04 +08:00
|
|
|
dfp.h
|
|
|
|
cabman.cxx
|
|
|
|
cabman.h
|
2011-05-16 21:12:07 +08:00
|
|
|
mszip.cxx
|
2020-08-30 21:31:04 +08:00
|
|
|
mszip.h
|
2018-01-26 23:46:35 +08:00
|
|
|
raw.cxx
|
2020-08-30 21:31:04 +08:00
|
|
|
raw.h
|
2020-08-31 02:38:43 +08:00
|
|
|
CCFDATAStorage.cxx
|
|
|
|
CCFDATAStorage.h)
|
2011-05-16 21:12:07 +08:00
|
|
|
|
2015-09-07 00:44:30 +08:00
|
|
|
add_host_tool(cabman ${SOURCE})
|
2019-11-15 21:07:46 +08:00
|
|
|
target_link_libraries(cabman PRIVATE host_includes zlibhost)
|
2020-09-04 00:13:21 +08:00
|
|
|
set_property(TARGET cabman PROPERTY CXX_STANDARD 11)
|