SCsub 256 B

123456789101112
  1. #!/usr/bin/env python
  2. Import("env")
  3. Import("env_modules")
  4. env_text_server_fb = env_modules.Clone()
  5. env_text_server_fb.Append(
  6. CPPPATH=[
  7. "#thirdparty/freetype/include",
  8. ]
  9. )
  10. env_text_server_fb.add_source_files(env.modules_sources, "*.cpp")