From b4f7c0631060ea4c2236128e78a534d259f9fe12 Mon Sep 17 00:00:00 2001 From: Gyusun Date: Sun, 17 Aug 2014 02:05:12 +0900 Subject: [PATCH] Add rc files for any msvc(remove msvc version check) --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bd0a55..1fe38e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,7 @@ IF( WIN32 ) ADD_DEFINITIONS( -DWIN32_MEAN_AND_LEAN -DVC_EXTRALEAN -DGLEW_BUILD -D_CRT_SECURE_NO_WARNINGS ) ENDIF( ) -# MSVC11 -IF( MSVC AND NOT (MSVC11 OR MSVC12)) +IF( MSVC ) LIST( APPEND LIBGLEW_SRCS ${RC_DIR}/glew.rc ) ENDIF( )