Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

After Building Header Files and Libraries Can NOT be Installed #48

Closed
changyp6 opened this issue Jul 5, 2017 · 1 comment
Closed

After Building Header Files and Libraries Can NOT be Installed #48

changyp6 opened this issue Jul 5, 2017 · 1 comment

Comments

@changyp6
Copy link

changyp6 commented Jul 5, 2017

After building the library, run command make install/strip DESTDIR=/path/to/the/install/location
Only google-test framework libraries and header files are installed.
Other libraries are NOT installed.

We need to install the libraries into a proper place to integrate these libraries and test programs into the development board so that we can run the test programs.

I checked the CMakeList.txt file in goog-test framework and other folders, it seems that other libraries' CMakeList.txt files do NOT have install instructions

@sanjayrd
Copy link
Contributor

sanjayrd commented Aug 7, 2017

Hi @changyp6,

Yes that's correct. We don't have any install target yet. We will be adding this soon.

Thanks,
Sanjay

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants