Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/3dfxdev/hyper3DGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Corbachu committed Jul 10, 2018
2 parents 3ec5cf8 + 204d0ee commit 3cbcfc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required( VERSION 2.8.7 )

file(COPY doom_ddf DESTINATION ${CMAKE_BINARY_DIR})
file(COPY her_ddf DESTINATION ${CMAKE_BINARY_DIR})
file(COPY hexen_ddf DESTINATION ${CMAKE_BINARY_DIR})
file(COPY rott_ddf DESTINATION ${CMAKE_BINARY_DIR})
file(COPY wolf_ddf DESTINATION ${CMAKE_BINARY_DIR})
file(COPY doom_ddf DESTINATION ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR})
file(COPY her_ddf DESTINATION ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR})
file(COPY hexen_ddf DESTINATION ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR})
file(COPY rott_ddf DESTINATION ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR})
file(COPY wolf_ddf DESTINATION ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR})

0 comments on commit 3cbcfc2

Please sign in to comment.