1 2#add_definitions(-DDBG) 3 4list(APPEND SOURCE 5 cabinet.cxx 6 cabinet.h 7 dfp.cxx 8 dfp.h 9 cabman.cxx 10 cabman.h 11 mszip.cxx 12 mszip.h 13 raw.cxx 14 raw.h 15 CCFDATAStorage.cxx 16 CCFDATAStorage.h) 17 18add_host_tool(cabman ${SOURCE}) 19target_link_libraries(cabman PRIVATE host_includes zlibhost) 20set_property(TARGET cabman PROPERTY CXX_STANDARD 11) 21