#--------------------------------------------
#
#         CamiTK Open Source CEP Set
#
#--------------------------------------------
camitk_application( CEP_NAME SDK
                    ADDITIONAL_SOURCES CommandLineOptions.cxx CommandLineOptions.hxx CommandLineOptions.ixx
                    DESCRIPTION "Test application to load components and interact with them" 
                    )

# CDash subproject listing
set(CAMITK_SUBPROJECTS ${CAMITK_SUBPROJECTS} application-testcomponents CACHE INTERNAL "")

#----------
# Testing
#----------
# Define the application test component name
set( APPLICATION_TEST_COMPONENT ${APPLICATION_TARGET_NAME} CACHE INTERNAL "")# CACHE INTERNAL extends the scope of the variable outside the directory
