ask python what libraries we need to link with
authorDiane Trout <diane@caltech.edu>
Mon, 18 Sep 2006 22:26:11 +0000 (22:26 +0000)
committerDiane Trout <diane@caltech.edu>
Mon, 18 Sep 2006 22:26:11 +0000 (22:26 +0000)
commit6eafc1a220d4ae8442189c1051ff99844efbfd53
treedf093d66a9b7703ea7be60baa4a014e1c2d78874
parent26f330047648a71e8753dfbf97a02c944cd6492f
ask python what libraries we need to link with
ticket:125 (hopefully fixes)
distutils has some nice variables that will tell us what system libraries
we need to link with.

This patch includes a small python wrapper that makes it easy for cmake
to extract that information.
CMakeLists.txt
makelib/Platform.cmake
makelib/python_config_var.py [new file with mode: 0644]
py/test/CMakeLists.txt