New modules compiled
This commit is contained in:
@@ -24,5 +24,11 @@ target_link_libraries(radar_simulation PRIVATE
|
||||
Freetype::Freetype
|
||||
)
|
||||
|
||||
file(COPY ${CMAKE_SOURCE_DIR}/shaders DESTINATION ${CMAKE_BINARY_DIR})
|
||||
add_custom_target(copy_shaders ALL
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${CMAKE_SOURCE_DIR}/shaders
|
||||
${CMAKE_BINARY_DIR}/shaders
|
||||
COMMENT "Copying shaders to build directory"
|
||||
)
|
||||
add_dependencies(radar_simulation copy_shaders)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user