CMakeLists.txt 239 B

1234567891011121314
  1. # Copyright (c) 2008-2023 the Urho3D project
  2. # License: MIT
  3. # Define target name
  4. set (TARGET_NAME Tests)
  5. # Define source files
  6. define_source_files (RECURSE GROUP)
  7. # Setup target
  8. setup_executable (TOOL)
  9. # Setup test cases
  10. setup_test ()