File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ int main()
4848 window.display();
4949 }
5050}
51- ```
51+ ```
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ sfml_add_example(X11Example GUI_APP
1010 DEPENDS SFML::Window X11 )
1111
1212# external dependency headers
13- target_include_directories (X11Example SYSTEM PRIVATE ${PROJECT_SOURCE_DIR} /examples/X11 )
13+ target_include_directories (X11Example SYSTEM PRIVATE ${PROJECT_SOURCE_DIR} /examples/X11 )
Original file line number Diff line number Diff line change 120120 <orderEntry type =" jdk" jdkName =" Android API 27 Platform" jdkType =" Android SDK" />
121121 <orderEntry type =" sourceFolder" forTests =" false" />
122122 </component >
123- </module >
123+ </module >
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ APP_STL := c++_static
55APP_ABI := armeabi-v7a
66APP_MODULES := sfml-activity-d sfml-example
77APP_OPTIM := debug
8- APP_CFLAG := -g -ggdb -O0
8+ APP_CFLAG := -g -ggdb -O0
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ All assets are under public domain (CC0):
2323[ 5 ] : https://www.kenney.nl/assets/game-icons
2424[ 6 ] : https://www.kenney.nl/assets/interface-sounds
2525[ 7 ] : https://www.kenney.nl/assets/toon-characters-1
26- [ 8 ] : https://www.nps.gov/subjects/sound/sounds-killdeer.htm
26+ [ 8 ] : https://www.nps.gov/subjects/sound/sounds-killdeer.htm
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ sfml_add_example(opengl GUI_APP
1919 RESOURCES_DIR resources )
2020
2121# external dependency headers
22- target_include_directories (opengl SYSTEM PRIVATE ${PROJECT_SOURCE_DIR} /examples/opengl )
22+ target_include_directories (opengl SYSTEM PRIVATE ${PROJECT_SOURCE_DIR} /examples/opengl )
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ sfml_add_example(vulkan GUI_APP
1111 RESOURCES_DIR resources )
1212
1313# external dependency headers
14- target_include_directories (vulkan SYSTEM PRIVATE ${PROJECT_SOURCE_DIR} /examples/vulkan )
14+ target_include_directories (vulkan SYSTEM PRIVATE ${PROJECT_SOURCE_DIR} /examples/vulkan )
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ void main() {
1313
1414 if (outColor.a < 0.5 )
1515 discard ;
16- }
16+ }
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ void main() {
2222 gl_Position = ubo.proj * ubo.view * ubo.model * vec4 (inPosition, 1.0 );
2323 fragColor = inColor;
2424 fragTexCoord = inTexCoord;
25- }
25+ }
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ sfml_add_example(window GUI_APP
1010 DEPENDS SFML::Window )
1111
1212# external dependency headers
13- target_include_directories (window SYSTEM PRIVATE ${PROJECT_SOURCE_DIR} /examples/window )
13+ target_include_directories (window SYSTEM PRIVATE ${PROJECT_SOURCE_DIR} /examples/window )
You can’t perform that action at this time.
0 commit comments