Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Forgot to change target names in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
1vanK committed Jan 13, 2022
1 parent 449ab2e commit c5c9c5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Samples/27_Physics2D/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (NOT URHO3D_URHO2D OR NOT URHO3D_PHYSICS2D)
endif ()

# Define target name
set (TARGET_NAME 27_Urho2DPhysics)
set (TARGET_NAME 27_Physics2D)

# Define source files
define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})
Expand Down
2 changes: 1 addition & 1 deletion Source/Samples/28_Physics2DRope/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (NOT URHO3D_URHO2D OR NOT URHO3D_PHYSICS2D)
endif ()

# Define target name
set (TARGET_NAME 28_Urho2DPhysicsRope)
set (TARGET_NAME 28_Physics2DRope)

# Define source files
define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})
Expand Down
2 changes: 1 addition & 1 deletion Source/Samples/32_Physics2DConstraints/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (NOT URHO3D_URHO2D OR NOT URHO3D_PHYSICS2D)
endif ()

# Define target name
set (TARGET_NAME 32_Urho2DConstraints)
set (TARGET_NAME 32_Physics2DConstraints)

# Define source files
define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})
Expand Down

0 comments on commit c5c9c5c

Please sign in to comment.