CMakeLists.txt 376 B

123456789101112131415161718
  1. # Copyright (c) 2008-2023 the Urho3D project
  2. # License: MIT
  3. if (NOT URHO3D_URHO2D OR NOT URHO3D_PHYSICS2D)
  4. return ()
  5. endif ()
  6. # Define target name
  7. set (TARGET_NAME 32_Physics2DConstraints)
  8. # Define source files
  9. define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})
  10. # Setup target with resource copying
  11. setup_main_executable ()
  12. # Setup test cases
  13. setup_test ()