@@ -49,35 +49,35 @@ if (SFML_FOUND)
49
49
target_link_libraries (BenchMark pugi)
50
50
target_link_libraries (BenchMark ${SFML_LIBRARIES} )
51
51
target_link_libraries (BenchMark ${ZLIB_LIBRARIES} )
52
- install (TARGETS BenchMark RUNTIME DESTINATION share/tmx/examples)
52
+ install (TARGETS BenchMark RUNTIME DESTINATION share/tmx/examples)
53
53
54
54
add_executable (DrawWithDebug examples/DrawMapWithDebug.cpp)
55
55
target_link_libraries (DrawWithDebug ${PROJECT_NAME} )
56
56
target_link_libraries (DrawWithDebug pugi)
57
57
target_link_libraries (DrawWithDebug ${SFML_LIBRARIES} )
58
58
target_link_libraries (DrawWithDebug ${ZLIB_LIBRARIES} )
59
- install (TARGETS DrawWithDebug RUNTIME DESTINATION share/tmx/examples)
59
+ install (TARGETS DrawWithDebug RUNTIME DESTINATION share/tmx/examples)
60
60
61
61
add_executable (Isometric examples/IsometricWithConvertCoords.cpp)
62
62
target_link_libraries (Isometric ${PROJECT_NAME} )
63
63
target_link_libraries (Isometric pugi)
64
64
target_link_libraries (Isometric ${SFML_LIBRARIES} )
65
65
target_link_libraries (Isometric ${ZLIB_LIBRARIES} )
66
- install (TARGETS Isometric RUNTIME DESTINATION share/tmx/examples)
66
+ install (TARGETS Isometric RUNTIME DESTINATION share/tmx/examples)
67
67
68
68
add_executable (QuadTree examples/MapWithQuadTree.cpp)
69
69
target_link_libraries (QuadTree ${PROJECT_NAME} )
70
70
target_link_libraries (QuadTree pugi)
71
71
target_link_libraries (QuadTree ${SFML_LIBRARIES} )
72
72
target_link_libraries (QuadTree ${ZLIB_LIBRARIES} )
73
- install (TARGETS QuadTree RUNTIME DESTINATION share/tmx/examples)
73
+ install (TARGETS QuadTree RUNTIME DESTINATION share/tmx/examples)
74
74
75
75
add_executable (ShaderEffects examples/ShaderEffects.cpp)
76
76
target_link_libraries (ShaderEffects ${PROJECT_NAME} )
77
77
target_link_libraries (ShaderEffects pugi)
78
78
target_link_libraries (ShaderEffects ${SFML_LIBRARIES} )
79
79
target_link_libraries (ShaderEffects ${ZLIB_LIBRARIES} )
80
- install (TARGETS ShaderEffects RUNTIME DESTINATION share/tmx/examples)
80
+ install (TARGETS ShaderEffects RUNTIME DESTINATION share/tmx/examples)
81
81
82
82
if (BOX2D_FOUND)
83
83
add_executable (Box2D examples/Box2D.cpp src/tmx2box2d.cpp)
@@ -86,7 +86,7 @@ if (SFML_FOUND)
86
86
target_link_libraries (Box2D ${SFML_LIBRARIES} )
87
87
target_link_libraries (Box2D ${ZLIB_LIBRARIES} )
88
88
target_link_libraries (Box2D ${BOX2D_LIBRARIES} )
89
- install (TARGETS Box2D RUNTIME DESTINATION share/tmx/examples)
89
+ install (TARGETS Box2D RUNTIME DESTINATION share/tmx/examples)
90
90
91
91
endif (BOX2D_FOUND)
92
92
0 commit comments