1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

testing MSVC fix, another try

This commit is contained in:
Marc Zinnschlag 2011-10-22 22:40:31 +02:00
parent 77d1f1f8a1
commit dc878e2c30

View file

@ -2,7 +2,7 @@
macro (add_openmw_dir dir) macro (add_openmw_dir dir)
set (files) set (files)
foreach (u ${ARGN}) foreach (u ${ARGN})
list (APPEND files "${dir}/${u}") list (APPEND files "${dir}/${u}.*")
list (APPEND OPENMW_FILES "${dir}/${u}") list (APPEND OPENMW_FILES "${dir}/${u}")
endforeach (u) endforeach (u)
source_group ("apps\\openmw\\${dir}" FILES ${files}) source_group ("apps\\openmw\\${dir}" FILES ${files})