#========================================
#	Auteur : Pierre Aubert
#	Mail : pierre.aubert@lapp.in2p3.fr
#	Licence : CeCILL-C
#========================================

#========================================
#	This file was generated automatically by phoenix_filegenerator https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/PhoenixFileGenerator
#	using phoenix_generator library https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/PhoenixGenerator
#	You should not modify this file
#========================================

add_executable(test_class_data main.cpp)
target_link_libraries(test_class_data ${PHOENIXSWARM_TEST_DEPENDENCIES})

add_test(NAME Test_class_data
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_class_data
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)


