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

#----------
# 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
