#--------------------------------------------
#
#         CamiTK Open Source CEP Set
#
#--------------------------------------------
camitk_application( ADDITIONAL_SOURCES CommandLineOptions.cxx CommandLineOptions.hxx CommandLineOptions.ixx
                    CEP_NAME SDK
                    DESCRIPTION "Test application to test actions" 
                  )

# CDash subproject listing
set(CAMITK_SUBPROJECTS ${CAMITK_SUBPROJECTS} application-testactions CACHE INTERNAL "")
                  
#---------
# 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