| 55 | | #target_link_libraries (testUI ${BdmLibs} ${XERCES_LIBRARIES}) |
| 56 | | |
| 57 | | |
| 58 | | # experimental lines building an XSD's hello example |
| 59 | | |
| 60 | | # add_executable (test_xsd_hello test_xsd_hello.cxx hello-pskel.hxx hello-pskel.cxx) |
| 61 | | # target_link_libraries (test_xsd_hello ${BdmLibs} ${XERCES_LIBRARIES} ) |
| 62 | | # SET(XSD_ARGS "cxx-parser") |
| 63 | | # ADD_CUSTOM_COMMAND( |
| 64 | | # OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hello-pskel.hxx ${CMAKE_CURRENT_BINARY_DIR}/hello-pskel.cxx |
| 65 | | # COMMAND ${XSD_EXECUTABLE} |
| 66 | | # ARGS ${XSD_ARGS} ${CMAKE_CURRENT_SOURCE_DIR}/hello.xsd |
| 67 | | # MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/hello.xsd |
| 68 | | # ) |
| 69 | | # |
| 70 | | |
| | 55 | target_link_libraries (testUI ${BdmLibs} ${XERCES_LIBRARIES}) |