changeset 394 | d8ca76573eb3 |
parent 1 | 51eaad3a817b |
child 395 | 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 |