CMakeLists.txt 455 B

1234567891011121314151617181920
  1. # Copyright (c) 2008-2023 the Urho3D project
  2. # License: MIT
  3. # Define target name
  4. set (TARGET_NAME 23_Water)
  5. # Define source files
  6. define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})
  7. # Setup target with resource copying
  8. if (EMSCRIPTEN)
  9. # Override the Urho3D default
  10. if (URHO3D_TESTING AND URHO3D_TEST_TIMEOUT LESS 15)
  11. set (URHO3D_TEST_TIMEOUT 15)
  12. endif ()
  13. endif ()
  14. setup_main_executable ()
  15. # Setup test cases
  16. setup_test ()