diff options
author | Guillaume Seguin <guillaume@segu.in> | 2008-08-22 17:41:14 +0200 |
---|---|---|
committer | Guillaume Seguin <guillaume@segu.in> | 2008-08-22 17:41:14 +0200 |
commit | a074da73fb0d4e6462774673db00b234051d78c4 (patch) | |
tree | 738768de1fa7be2a8863e78feaf2aa1af530855d | |
parent | d4fa3be039b200f14dab49ebb8c3e154dad51f97 (diff) | |
download | gmathlib-a074da73fb0d4e6462774673db00b234051d78c4.tar.gz gmathlib-a074da73fb0d4e6462774673db00b234051d78c4.tar.bz2 |
* Update bindings/python/CMakeLists.txt
-rw-r--r-- | bindings/python/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 6449ca8..f847873 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -1,2 +1,3 @@ add_subdirectory (pygmathlib) add_subdirectory (pygmathview) +add_subdirectory (pygmathselector) |