Skip to content

Commit

Permalink
Remove copy resource folder
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Zhang <[email protected]>
  • Loading branch information
rickyzhang82 committed May 16, 2019
1 parent 78b03ba commit bcda736
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ add_executable(CuraEngine src/main.cpp) # Then compile main.cpp as separate exec
target_link_libraries(CuraEngine _CuraEngine)
set_target_properties(CuraEngine PROPERTIES COMPILE_DEFINITIONS "VERSION=\"${CURA_ENGINE_VERSION}\"")

add_custom_command(TARGET CuraEngine POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/resources $<TARGET_FILE_DIR:CuraEngine>)

# Installing CuraEngine.
include(GNUInstallDirs)
Expand Down

0 comments on commit bcda736

Please sign in to comment.