Skip to content

Where is the library built and what is the name? #1977

Description

@coderDec
  • Describe what you want to achieve.
    I see that the documentation mentions "

To use this library from a CMake project, you can locate it directly with find_package()
however, when I build the project, I do not see any library built.

  • Describe what you tried.
    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
  • Describe which system (OS, compiler) you are using.
    find . -name "lib*"
    ./CMakeFiles/Export/lib
    ./test/cmake_add_subdirectory/nlohmann_json/CMakeFiles/Export/lib

and in these locations, it is not the library.

  • Describe which version of the library you are using (release version, develop branch).
    develop branch

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions