| changeset 358 | 636fa2f39f10 | 
| parent 1 | 51eaad3a817b | 
| child 457 | 69928a704ffb | 
| child 500 | 8a144437db7d | 
| 0:7e1f2e8647eb | 1:3b9de32ecece | 
|---|---|
38 LIBS="$SOPLEX_LIBS"  | 
38 LIBS="$SOPLEX_LIBS"  | 
39  | 
39  | 
40 lx_soplex_test_prog='  | 
40 lx_soplex_test_prog='  | 
41 #include <soplex/soplex.h>  | 
41 #include <soplex/soplex.h>  | 
42  | 
42  | 
43 int main(int argc, char* argv[])  | 
43 int main(int argc, char** argv)  | 
44 {  | 
44 {  | 
45 soplex::SoPlex soplex;  | 
45 soplex::SoPlex soplex;  | 
46 return 0;  | 
46 return 0;  | 
47 }'  | 
47 }'  | 
48  | 
48  |