summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-31 00:51:18 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-31 00:51:18 +0300
commit149875607ca926e99bdc6c855e56aba8569bb1a9 (patch)
treea3fdedee4e7c6b1cdbfe0d30dd4850c828a4bccd /src/CMakeLists.txt
parent05d0eaf5fc4947081ae743a58e8675991e3f2422 (diff)
downloadminetest-149875607ca926e99bdc6c855e56aba8569bb1a9.tar.gz
minetest-149875607ca926e99bdc6c855e56aba8569bb1a9.tar.bz2
minetest-149875607ca926e99bdc6c855e56aba8569bb1a9.zip
updated CMakeList.txts a bit
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9bb266784..4d51f7104 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -130,7 +130,7 @@ set(common_SRCS
# This gives us the icon
if(WIN32 AND MSVC)
- set(common_SRCS ${common_SRCS} winresource.rc)
+ set(common_SRCS ${common_SRCS} winresource.rc)
endif()
# Client sources