force C++ linking of the gpu_utils
authorSzilard Pall <pszilard@cbr.su.se>
Mon, 8 Oct 2012 22:54:56 +0000 (00:54 +0200)
committerRoland Schulz <roland@utk.edu>
Fri, 30 Nov 2012 12:07:33 +0000 (07:07 -0500)
commit77ad1a4898b252bd71a8a671e65ed91774f6268a
tree8f0dc222d2079e2d655868e62721c24d30e63e9e
parente6cd064af2032c3e2c9b05dc95dd4651700d5691
force C++ linking of the gpu_utils

Commit c0180203d4247d5e6 forced C++ linkage of all main functions.
But Carlo Camilloni reported that this can still give linker
errors. This should enforce C++ linkage also of libgmx.

Change-Id: I9a82637b792d727ea95e1dc6990099b621fc8ef2
src/gmxlib/gpu_utils/CMakeLists.txt
src/gmxlib/gpu_utils/dummy.cpp [new file with mode: 0644]