changeset 2617 | 5222a3c470ed |
parent 2363 | 2aabce558574 |
1:cbdccc3e2957 | 2:8c3bacc1a6e7 |
---|---|
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 |