X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2Fappliskel%2FCMakeLists.txt;h=1e563744ff76c2ab647c6a3e1a5944855172bcf0;hb=c525f7db9a62bc0af6ee18abc8eb157cf779ed9d;hp=cc415662f45214510786396508755c3d96458e07;hpb=6d9c102060aa7ad2e25f3e252ab2c1d57de4d38f;p=modules%2Fkernel.git diff --git a/bin/appliskel/CMakeLists.txt b/bin/appliskel/CMakeLists.txt index cc415662f..1e563744f 100755 --- a/bin/appliskel/CMakeLists.txt +++ b/bin/appliskel/CMakeLists.txt @@ -17,6 +17,8 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +ADD_SUBDIRECTORY(tests) + # =============================================================== # Files to be installed # =============================================================== @@ -33,7 +35,7 @@ SET(SCRIPTS getAppliPath.py update_catalogs.py kill_remote_containers.py - salome.py + salome # this is the Python launcher (without .py extension to avoid conflicts when importing salome python package) ) -SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${KERNEL_salomescript_SCRIPTS}/appliskel) +SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}/appliskel)