Skip to content

Commit

Permalink
Copy PackageInfo.json to Resources on make
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Feb 26, 2017
1 parent 08e7187 commit 62d967f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ if(OPENSPADES_RESOURCES)
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
endif()

file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/PackageInfo.json
DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
endif()

if(UNIX AND NOT APPLE)
Expand Down

0 comments on commit 62d967f

Please sign in to comment.