CMake/Tests/COnly
Brad King 749584509e Fix CXX/Fortran MODULE flags when enabled before C (#12929)
If CXX or Fortran is enabled before C then the values of

  CMAKE_SHARED_MODULE_C_FLAGS
  CMAKE_SHARED_MODULE_CREATE_C_FLAGS

may not be available.  On platforms where MODULE library (plugin) creation
is the same as SHARED library creation initialize the MODULE creation
flags from the SHARED creation flags of the matching language instead of
assuming that C has been enabled first.

Teach the COnly and CxxOnly tests to build MODULE libraries.  The latter
covers this specific case.
2012-02-03 15:45:13 -05:00
..
CMakeLists.txt Fix CXX/Fortran MODULE flags when enabled before C (#12929) 2012-02-03 15:45:13 -05:00
conly.c ENH: fix build c stuff with c and c++ with c++ 2006-05-04 13:35:56 -04:00
foo.c Fix problem on HP 2002-10-07 09:20:47 -04:00
foo.h Fix problem on HP 2002-10-07 09:20:47 -04:00
libc1.c Test also stating and shared libraries 2002-12-31 15:22:48 -05:00
libc1.h Test also stating and shared libraries 2002-12-31 15:22:48 -05:00
libc2.c Shared library should export symbols on windows 2003-01-01 14:26:50 -05:00
libc2.h Fix problem with test on Borland 2003-01-03 16:14:14 -05:00
testCModule.c Fix CXX/Fortran MODULE flags when enabled before C (#12929) 2012-02-03 15:45:13 -05:00