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:
parent
77d1f1f8a1
commit
dc878e2c30
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||||
|
|
Loading…
Reference in a new issue