1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00
OpenMW/files/mygui/CMakeLists.txt
2012-07-04 00:26:57 +02:00

7 lines
168 B
CMake

# Copy resource files into the build directory
set(SDIR ${CMAKE_CURRENT_SOURCE_DIR})
set(DDIR ${OpenMW_BINARY_DIR}/resources/mygui)
copy_all_files(${SDIR}/* ${DDIR})