mirror of
https://github.com/Floriansylvain/SFMLplayground.git
synced 2026-08-19 11:43:24 +02:00
feat: DebugOverlay for rendering debug information
This commit is contained in:
@@ -18,3 +18,9 @@ file(GLOB_RECURSE HEADERS CONFIGURE_DEPENDS src/*.hpp)
|
||||
add_executable(SFMLplayground ${SOURCES} ${HEADERS})
|
||||
target_compile_features(SFMLplayground PRIVATE cxx_std_17)
|
||||
target_link_libraries(SFMLplayground PRIVATE SFML::Graphics)
|
||||
|
||||
add_custom_command(
|
||||
TARGET SFMLplayground POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${CMAKE_SOURCE_DIR}/src/assets $<TARGET_FILE_DIR:SFMLplayground>/assets
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user