-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
building tests using CMake #378
Comments
as of right now the scons build system will build all examples and all tests. cmake will install the library and will build a subset of the examples |
What is the reason for not adding it to CMake? Will the pull request for the issue be welcomed? |
I maintain and use the scons system for my own development. The CMake build system was contributed by others. I do lightly maintain and test it before new releses. I would welcome pull requests to fix bugs or add new examples/tests to theCMake system. |
This is going to be the official issue for getting the CMake build system for test/examples up to parity with the scons system. |
This is now fixed on the develop branch. CMake should build all tests and examples. |
I was trying to build all examples and tests with cmake. Still it looks like tests contains no cmake file. Am I missing something, or I cant build tests from cmake with the current cmake files state?
The text was updated successfully, but these errors were encountered: