X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2Fappliskel%2FCMakeLists.txt;h=1e563744ff76c2ab647c6a3e1a5944855172bcf0;hb=c525f7db9a62bc0af6ee18abc8eb157cf779ed9d;hp=37cc335cc71f4c3466ca70adba55c5324ffb0b66;hpb=309d4eee23b39959d125501a57691a0d8d235dec;p=modules%2Fkernel.git diff --git a/bin/appliskel/CMakeLists.txt b/bin/appliskel/CMakeLists.txt index 37cc335cc..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 # =============================================================== @@ -36,4 +38,4 @@ SET(SCRIPTS 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)