[aseprite] 12/51: Minor change in FindTests.cmake

Tobias Hansen thansen at moszumanska.debian.org
Mon Jul 11 21:35:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit c77ee9a6b57eda2d63b6f6564aa48112e2b9be78
Author: David Capello <davidcapello at gmail.com>
Date:   Wed Jun 22 18:20:59 2016 -0300

    Minor change in FindTests.cmake
---
 cmake/FindTests.cmake | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/cmake/FindTests.cmake b/cmake/FindTests.cmake
index 308be1a..fe32f40 100644
--- a/cmake/FindTests.cmake
+++ b/cmake/FindTests.cmake
@@ -1,3 +1,4 @@
+# Copyright (C) 2001-2016  David Capello
 # Find tests and add rules to compile them and run them
 
 function(find_tests dir dependencies)
@@ -22,14 +23,14 @@ function(find_tests dir dependencies)
     if(MSVC)
       # Fix problem compiling gen from a Visual Studio solution
       set_target_properties(${testname}
-      PROPERTIES LINK_FLAGS -ENTRY:"mainCRTStartup")
+        PROPERTIES LINK_FLAGS -ENTRY:"mainCRTStartup")
     endif()
 
     target_link_libraries(${testname} gtest ${ARGV} ${PLATFORM_LIBS})
 
     if(extra_definitions)
       set_target_properties(${testname}
-      PROPERTIES COMPILE_FLAGS ${extra_definitions})
+        PROPERTIES COMPILE_FLAGS ${extra_definitions})
     endif()
   endforeach()
 endfunction()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list