
set(IS_CI $ENV{CI})

if(NOT IS_CI)
	add_subdirectory(Highlighting)
endif()

add_subdirectory(PhoenixGenerator)

