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