-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CMakeLists.txt: Install pkgconfig files again #971
Conversation
@chenguokai: Any ideas on this? |
I am not familiar with pkgconfig. Neutral on this topic. |
Need to move string
|
@nmeum: Does it even work with GNU make? The whole build procedure for this project is setup with cmake (this is why it is also required for compilation). The top-level makefile only refers to the cmake subroutine... |
@Vascom: ok, but |
OK |
Are we are talking about the same thing? I mean stlink shoulid install the stlink.pc file (as it did previously, i.e. in 1.6.0). Without my PR it doesn't install that file. The |
@nmeum: This is the definition of the cmake module, which is also called: https://cmake.org/cmake/help/latest/module/FindPkgConfig.html As far as I read this, it calls the same application.
If the second point is the case, we would need to look at way more things than pkg-config, if not I don't see the use case yet (for both versions actually) against the missing documentation, well knowing one approach was present before. Please let me know more about the current scenario to let us implement a complete and fully usable solution instead of puzzled pieces. |
Ok, if libstlink is not intended to be used by applications anyhow than this can be closed :) |
Related to #800. |
I would propose to move the pkg-config settings to a config-textfile in /doc until a proper solution is implemented in form of a documented API. With this the current "puzzle-bit" remains available for developers who fancy to play with it on a pre-alpha-level, just as the |
See #970 (comment)