Skip to content

Conversation

daniel-j-h
Copy link

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=.
cmake --build . --target install

Results in

├── bin
│   └── main
├── include
│   └── PROJECT_NAME.hpp
├── install_manifest.txt
├── lib
│   └── libPROJECT_NAME.a

Partially resolves #6 --- not sure how to handle public project headers in a clean way.

    cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=.
    cmake --build . --target install

Results in

    ├── bin
    │   └── main
    ├── include
    │   └── PROJECT_NAME.hpp
    ├── install_manifest.txt
    ├── lib
    │   └── libPROJECT_NAME.a

Partially resolves #6 ---
not sure how to handle public project headers in a clean way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add install target
1 participant