3 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}")
5 # to test directories with only one character One was changed to 1
6 # There is one executable that depends on eight libraries. The
7 # system has the following dependency graph:
22 # Exec: NoDepB NoDepC SixA SixB
27 # The libraries One,...,Eight have their dependencies explicitly
28 # encoded. The libraries NoDepA,...,NoDepC do not.
30 # Although SixB does not depend on Two, there is a dependency listed
31 # in the corresponding CMakeLists.txt just because of commands used.
33 ADD_SUBDIRECTORY(NoDepA)
34 ADD_SUBDIRECTORY(NoDepB)
35 ADD_SUBDIRECTORY(NoDepC)
38 ADD_SUBDIRECTORY(Three)
39 ADD_SUBDIRECTORY(Four)
40 ADD_SUBDIRECTORY(Five)
42 ADD_SUBDIRECTORY(Seven)
43 ADD_SUBDIRECTORY(Eight)
44 ADD_SUBDIRECTORY(Exec)
45 ADD_SUBDIRECTORY(Exec2)
46 ADD_SUBDIRECTORY(Exec3)
47 ADD_SUBDIRECTORY(Exec4)
49 # Specific cases added to test fixes to problems found in real
51 ADD_SUBDIRECTORY(Case1)
52 ADD_SUBDIRECTORY(Case2)