X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hs-boehmgc.git;a=blobdiff_plain;f=gc-7.2%2Ftests%2FCMakeLists.txt;fp=gc-7.2%2Ftests%2FCMakeLists.txt;h=0f4d455f6203ee3263d858433053e0cb840f6584;hp=0000000000000000000000000000000000000000;hb=324587ba93dc77f37406d41fd2a20d0e0d94fb1d;hpb=2a4ea609491b225a1ceb06da70396e93916f137a diff --git a/gc-7.2/tests/CMakeLists.txt b/gc-7.2/tests/CMakeLists.txt new file mode 100644 index 0000000..0f4d455 --- /dev/null +++ b/gc-7.2/tests/CMakeLists.txt @@ -0,0 +1,19 @@ +# +# Copyright (c) 1994 by Xerox Corporation. All rights reserved. +# Copyright (c) 1996 by Silicon Graphics. All rights reserved. +# Copyright (c) 1998 by Fergus Henderson. All rights reserved. +# Copyright (c) 2000-2010 by Hewlett-Packard Company. All rights reserved. +## +# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED +# OR IMPLIED. ANY USE IS AT YOUR OWN RISK. +## +# Permission is hereby granted to use or copy this program +# for any purpose, provided the above notices are retained on all copies. +# Permission to modify the code and to distribute modified code is granted, +# provided the above notices are retained, and a notice that the code was +# modified is included with the above copyright notice. +## + +ADD_DEFINITIONS(-DGC_NOT_DLL) +ADD_EXECUTABLE(gctest WIN32 test.c) +TARGET_LINK_LIBRARIES(gctest gc-lib)