helloworld_SOURCES = \
helloworld.cpp
-helloworld_CXXFLAGS = \
- -DCVC4_MAKE_EXAMPLES
helloworld_LDADD = \
@builddir@/../../src/libcvc4.la
helloworld_new_SOURCES = \
helloworld-new.cpp
-helloworld_new_CXXFLAGS = \
- -DCVC4_MAKE_EXAMPLES
helloworld_new_LDADD = \
@builddir@/../../src/libcvc4.la
#include <iostream>
-#ifdef CVC4_MAKE_EXAMPLES
-#include "smt/smt_engine.h" // for use with make examples
-#else
-#include <cvc4/cvc4.h> // To follow the wiki
-#endif /* CVC4_MAKE_EXAMPLES */
+//#include <cvc4/cvc4.h> // use this after CVC4 is properly installed
+#include "smt/smt_engine.h"
using namespace CVC4;
int main() {