Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
OhhhZenix committed Jan 28, 2025
1 parent 9d68835 commit 7ed6049
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ add_custom_command(
TARGET ${PROJECT_NAME}
POST_BUILD
COMMAND
${CMAKE_COMMAND} -E copy_directory $<TARGET_FILE_DIR:nebula>
${CMAKE_COMMAND} -E copy_directory
$<TARGET_FILE_DIR:nebula>
$<TARGET_FILE_DIR:${PROJECT_NAME}>
)

Expand All @@ -49,6 +50,7 @@ add_custom_command(
TARGET ${PROJECT_NAME}
POST_BUILD
COMMAND
${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/assets
${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/assets
$<TARGET_FILE_DIR:${PROJECT_NAME}>/assets
)

0 comments on commit 7ed6049

Please sign in to comment.