diff options
author | Guillaume Seguin <guillaume@segu.in> | 2008-08-22 17:43:18 +0200 |
---|---|---|
committer | Guillaume Seguin <guillaume@segu.in> | 2008-08-22 17:43:18 +0200 |
commit | eceb59e5a5073d44eca83eb1fabdee4c199e24bd (patch) | |
tree | fde837336a6597771cf0a49e978aadd4ecfd450d | |
parent | 32a378f38fe1f6a9d6dc7122cc8e3a8d7ffd0e02 (diff) | |
download | gmathlib-eceb59e5a5073d44eca83eb1fabdee4c199e24bd.tar.gz gmathlib-eceb59e5a5073d44eca83eb1fabdee4c199e24bd.tar.bz2 |
* Update test/CMakeLists.txt to compile GMathWrapBox test
-rw-r--r-- | test/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 20c7c08..a08b726 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -28,3 +28,8 @@ target_link_libraries ( test_gmathview ${GLIB_LIBRARIES} ${PANGOCAIRO_LIBRARIES} ${GTK_LIBRARIES} gmathlib gmathview ) + +add_executable (test_gmathwrapbox test_gmathwrapbox.c) +target_link_libraries ( + test_gmathwrapbox ${GLIB_LIBRARIES} ${GTK_LIBRARIES} gmathwrapbox +) |