Changeset 143 for tests/CMakeLists.txt

Show
Ignore:
Timestamp:
08/20/08 11:18:27 (16 years ago)
Author:
mido
Message:

odmazani par zbytku po XSD, znovuzapojeni Xercese, stale nelze zbuildovat blas_test, testUI vsak jiz zbuilduju

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r141 r143  
    4141add_executable (testKF_QR testKF_QR.cpp) 
    4242add_executable (testKF_QRexh testKF_QRexh.cpp) 
    43 #add_executable (testUI testUI.cpp) 
     43add_executable (testUI testUI.cpp) 
    4444 
    4545 
     
    5353target_link_libraries (testKF_QR ${BdmLibs}) 
    5454target_link_libraries (testKF_QRexh ${BdmLibs}) 
    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  
     55target_link_libraries (testUI ${BdmLibs} ${XERCES_LIBRARIES})