Added as-02-wrap-iab and as-02-wrap-jxs to the build
authorjhurst <jhurst@cinecert.com>
Wed, 10 Nov 2021 20:49:17 +0000 (12:49 -0800)
committerjhurst <jhurst@cinecert.com>
Wed, 10 Nov 2021 20:49:17 +0000 (12:49 -0800)
src/CMakeLists.txt

index 57b8d8448623485fa8a4e679b38d3a1209a3680f..7183554218b0943a8bb075336dee217688db130a 100644 (file)
@@ -217,6 +217,18 @@ if(WIN32)
        target_link_libraries(as-02-wrap general Advapi32.lib) \r
 endif(WIN32)\r
 \r
+add_executable(as-02-wrap-jxs "as-02-wrap-jxs.cpp")\r
+target_link_libraries(as-02-wrap-jxs general libas02)\r
+if(WIN32)\r
+       target_link_libraries(as-02-wrap-jxs general Advapi32.lib) \r
+endif(WIN32)\r
+\r
+add_executable(as-02-wrap-iab "as-02-wrap-iab.cpp")\r
+target_link_libraries(as-02-wrap-iab general libas02)\r
+if(WIN32)\r
+       target_link_libraries(as-02-wrap-iab general Advapi32.lib) \r
+endif(WIN32)\r
+\r
 add_executable(as-02-unwrap "as-02-unwrap.cpp")\r
 target_link_libraries(as-02-unwrap general libas02)\r
 if(WIN32)\r
@@ -232,8 +244,8 @@ endif(WIN32)
 # add the install target\r
 install(TARGETS libkumu libasdcp libas02 EXPORT asdcplibtargets RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib INCLUDES DESTINATION "${OpenSSLLib_include_DIR}" "${XercescppLib_include_DIR}")\r
 \r
-set(install_targets blackwave wavesplit klvwalk asdcp-test asdcp-wrap asdcp-unwrap asdcp-info asdcp-util j2c-test as-02-wrap as-02-unwrap as-02-info kmfilegen kmuuidgen kmrandgen)\r
+set(install_targets blackwave wavesplit klvwalk asdcp-test asdcp-wrap asdcp-unwrap asdcp-info asdcp-util j2c-test as-02-wrap as-02-wrap-jxs as-02-wrap-iab as-02-unwrap as-02-info kmfilegen kmuuidgen kmrandgen)\r
 \r
 install(TARGETS ${install_targets} RUNTIME DESTINATION bin)\r
 install(FILES ${as02_deploy_header} ${asdcp_deploy_header} DESTINATION include)\r
-install(EXPORT asdcplibtargets DESTINATION targets)
\ No newline at end of file
+install(EXPORT asdcplibtargets DESTINATION targets)\r