Add option to only build library (#4801)
authormakaimann <makaim@stanford.edu>
Wed, 12 Aug 2020 19:03:45 +0000 (12:03 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 19:03:45 +0000 (14:03 -0500)
commit27413a45e28001f6155d529a59d679556cdc011e
treeac64bba47c2bdba0c5863a1295c520d6971bac4b
parent9d1ce085de6df543d9d9a2fa9b8fa9001feb4b6b
Add option to only build library (#4801)

This PR would add an option to only build the CVC4 library and not the parser or executable. This can be used for projects that only intend to use CVC4 through the API.

It seems to be working now, but it's not necessarily the cleanest solution. In particular, if you'd like the polarity to be different I'm happy to change that. Polarity meaning something like "${WITH_BINARY}" STREQUAL "YES" instead of NOT "${LIB_ONLY} STREQUAL "YES" which is admittedly a little strange.
CMakeLists.txt
configure.sh
src/CMakeLists.txt
test/CMakeLists.txt