Skip to content

Commit

Permalink
made sure build binaries include levels.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
ediardi committed Apr 22, 2024
1 parent 52a3e61 commit 627aa4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ add_executable(${PROJECT_NAME}
ColoredTriangle.cpp
ColoredTriangle.h
)

file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/levels.txt
DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
###############################################################################

# target definitions
Expand Down

0 comments on commit 627aa4e

Please sign in to comment.