file(GLOB_RECURSE FILES_EXT
	*.c
	*.cc
	*.cpp
	*.h
	*.hpp
)
target_sources(${CMAKE_PROJECT_NAME} PRIVATE ${FILES_EXT})
