file( GLOB_RECURSE sources_files src/* ) add_executable(blang-ast ${sources_files}) target_link_libraries( blang-ast libblang )