1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00
OpenMW/files/mygui/CMakeLists.txt

7 lines
168 B
CMake
Raw Normal View History

# Copy resource files into the build directory
set(SDIR ${CMAKE_CURRENT_SOURCE_DIR})
set(DDIR ${OpenMW_BINARY_DIR}/resources/mygui)
2012-07-04 00:26:57 +02:00
copy_all_files(${SDIR}/* ${DDIR})