-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use googletest to run tests #20
Conversation
5568225
to
f950326
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few comments. Maybe most of them are moot, if there is going to be another commit which does some more of the testing, and this patch set is just to get googletest into the project
f950326
to
2001ea8
Compare
2001ea8
to
c464480
Compare
) | ||
|
||
add_library(vecm | ||
${PROJECT_SOURCES} | ||
) | ||
|
||
target_include_directories(vecm | ||
PRIVATE | ||
${CMAKE_CURRENT_SOURCE_DIR}/include | ||
PUBLIC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change from PRIVATE to PUBLIC so that any project that links against veclibm
will automatically have the include for compilation.
No description provided.