added texture to shapes
This commit is contained in:
parent
38a49c504a
commit
9ff485588e
8 changed files with 70 additions and 30 deletions
|
@ -22,4 +22,8 @@ target_include_directories(visualizer PRIVATE
|
|||
target_link_libraries(visualizer PRIVATE
|
||||
${GLFW3_LIBRARIES}
|
||||
lol
|
||||
)
|
||||
|
||||
add_custom_command(TARGET visualizer POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/assets $<TARGET_FILE_DIR:visualizer>/assets
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue