2
0
Эх сурвалжийг харах

Forgot to change target names in CMakeLists.txt

1vanK 4 жил өмнө
parent
commit
c5c9c5cccc

+ 1 - 1
Source/Samples/27_Physics2D/CMakeLists.txt

@@ -25,7 +25,7 @@ if (NOT URHO3D_URHO2D OR NOT URHO3D_PHYSICS2D)
 endif ()
 endif ()
 
 
 # Define target name
 # Define target name
-set (TARGET_NAME 27_Urho2DPhysics)
+set (TARGET_NAME 27_Physics2D)
 
 
 # Define source files
 # Define source files
 define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})
 define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})

+ 1 - 1
Source/Samples/28_Physics2DRope/CMakeLists.txt

@@ -25,7 +25,7 @@ if (NOT URHO3D_URHO2D OR NOT URHO3D_PHYSICS2D)
 endif ()
 endif ()
 
 
 # Define target name
 # Define target name
-set (TARGET_NAME 28_Urho2DPhysicsRope)
+set (TARGET_NAME 28_Physics2DRope)
 
 
 # Define source files
 # Define source files
 define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})
 define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})

+ 1 - 1
Source/Samples/32_Physics2DConstraints/CMakeLists.txt

@@ -25,7 +25,7 @@ if (NOT URHO3D_URHO2D OR NOT URHO3D_PHYSICS2D)
 endif ()
 endif ()
 
 
 # Define target name
 # Define target name
-set (TARGET_NAME 32_Urho2DConstraints)
+set (TARGET_NAME 32_Physics2DConstraints)
 
 
 # Define source files
 # Define source files
 define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})
 define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})