-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Where is the library built and what is the name? #1977
Comments
As mentioned in README, this is single-header library and there is no need to build anything. Just add the provided |
@nickaein if I want to use it as an external component to my project. What is the suggestion? |
I also tried this : #1976 (comment) It still fails |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
In order to asses your issue, we need the following information:
|
@coderDec cmake integration is described here https://github.com/nlohmann/json#cmake. You may add |
I see that the documentation mentions "
History of commands
2074 git clone https://github.com/nlohmann/json.git 2075 git branch 2076 ls 2077 cd json/ 2078 git branch 2079 git pull 2080 ls 2081 vi CODE_OF_CONDUCT.md 2082 mkdir build 2083 cd build/ 2084 ls 2085 cmake .. 2086 cmake --build . 2087 ctest --output-on-failure
find . -name "lib*"
./CMakeFiles/Export/lib
./test/cmake_add_subdirectory/nlohmann_json/CMakeFiles/Export/lib
and in these locations, it is not the library.
develop branch
The text was updated successfully, but these errors were encountered: