mirror of
https://github.com/SFML/SFML.git
synced 2025-01-31 21:55:13 +08:00
Remove unused CMake variable
This commit is contained in:
parent
1e4cdf89b6
commit
1699105377
@ -84,7 +84,7 @@ source_group("render texture" FILES ${RENDER_TEXTURE_SRC})
|
|||||||
|
|
||||||
# define the sfml-graphics target
|
# define the sfml-graphics target
|
||||||
sfml_add_library(Graphics
|
sfml_add_library(Graphics
|
||||||
SOURCES ${SRC} ${DRAWABLES_SRC} ${RENDER_TEXTURE_SRC} ${STB_SRC})
|
SOURCES ${SRC} ${DRAWABLES_SRC} ${RENDER_TEXTURE_SRC})
|
||||||
|
|
||||||
# setup dependencies
|
# setup dependencies
|
||||||
target_link_libraries(sfml-graphics PUBLIC SFML::Window)
|
target_link_libraries(sfml-graphics PUBLIC SFML::Window)
|
||||||
|
Loading…
Reference in New Issue
Block a user