1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-06 10:51:35 +00:00
openmw-tes3mp/cmake/OpenMWMacros.cmake
2011-10-22 16:46:28 +02:00

9 lines
229 B
CMake

macro (add_openmw_dir dir)
set (files)
foreach (u ${ARGN})
list (APPEND files "${dir}/${u}")
list (APPEND OPENMW_FILES "${dir}/${u}")
endforeach (u)
source_group ("apps\\openmw\\${dir}" FILES ${files})
endmacro (add_openmw_dir)