forked from mirror/openmw-tes3mp
testing MSVC fix, another try
This commit is contained in:
parent
77d1f1f8a1
commit
dc878e2c30
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
macro (add_openmw_dir dir)
|
||||
set (files)
|
||||
foreach (u ${ARGN})
|
||||
list (APPEND files "${dir}/${u}")
|
||||
list (APPEND files "${dir}/${u}.*")
|
||||
list (APPEND OPENMW_FILES "${dir}/${u}")
|
||||
endforeach (u)
|
||||
source_group ("apps\\openmw\\${dir}" FILES ${files})
|
||||
|
|
Loading…
Reference in a new issue