1
0
Fork 0

Updated MSVC side of CMake files after recent changes.

This commit is contained in:
madmaxoft 2014-04-25 23:45:16 +02:00
parent 43cca14763
commit 087210302f
1 changed files with 2 additions and 4 deletions

View File

@ -7,10 +7,8 @@ file(GLOB SOURCE
"*.h"
)
# add headers to MSVC project files:
if (WIN32)
file(GLOB HEADERS "*.h")
set(SOURCE ${SOURCE} ${HEADERS})
# Set files to go to a "Sources" folder in MSVC project files:
if (MSVC)
source_group("Sources" FILES ${SOURCE})
endif()