X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fyacsloader%2FTest%2FCMakeLists.txt;h=b6a1b61cc6435bdcd291dc9ac8060e3a7c657f22;hb=2c083fcba53b4e91d8e2da645904d7f7904b151e;hp=e226522b3c34ec1c131f64e3550e5eb45dbce721;hpb=e3255204c864201f5bc1aa040d4273ed2f44e8cd;p=modules%2Fyacs.git diff --git a/src/yacsloader/Test/CMakeLists.txt b/src/yacsloader/Test/CMakeLists.txt index e226522b3..b6a1b61cc 100644 --- a/src/yacsloader/Test/CMakeLists.txt +++ b/src/yacsloader/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -26,6 +26,7 @@ INCLUDE_DIRECTORIES( ${CPPUNIT_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIR} ${OMNIORB_INCLUDE_DIR} + ${OMNIORBPY_INCLUDE_DIR} ${KERNEL_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/../../bases @@ -119,6 +120,8 @@ IF(NOT WIN32) SET(LOCAL_TEST_FILES algoasyncexample.py algosyncexample.py + sync_plugin_pyobj.py + optim_plugin.py genPascal.py genTriangle.py echoclt.py) @@ -131,8 +134,6 @@ IF(NOT WIN32) INSTALL(FILES CTestTestfileInstall.cmake DESTINATION ${LOCAL_TEST_DIR} RENAME CTestTestfile.cmake) - INSTALL(FILES optim_plugin.py - DESTINATION ${LOCAL_TEST_DIR}) INSTALL(PROGRAMS runYacsLoaderTest.sh ${CMAKE_CURRENT_BINARY_DIR}/xmlrun.sh DESTINATION ${LOCAL_TEST_DIR}) # Use relative path for symbolic links in order to allow the copy of the directory.