#-------------------------------------------- # # CamiTK Open Source CEP Set # #-------------------------------------------- cmake_minimum_required(VERSION 2.6) camitk_application( CEP_NAME SDK DESCRIPTION "Test application to test actions" ) #--------- # Testing #---------- # Define the application test component name set( APPLICATION_TEST_ACTION ${APPLICATION_TARGET_NAME} CACHE INTERNAL "")#CACHE INTERNAL extends the scope of the variable outside the directory