Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7639285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:22:48+00:00 2026-05-31T08:22:48+00:00

I have a C++ library that is using cmake. The structure of my library

  • 0

I have a C++ library that is using cmake. The structure of my library looks like this:

src/module1/class1.h 
src/module1/class1.cpp 
src/module1/class2.h
src/module1/class2.cpp
src/module2/class3.h
src/module2/class3.cpp

etc..

I want to make install rule for my project using INSTALL command. First, i need to retrieve all my headers files:

FILE (GLOB_RECURSE ALL_HEADERS "*.h")

Next i’m trying to install them to C:\temp:

INSTALL(FILES {$ALL_HEADER} DESTINATION "C:\\temp")

It works, but resulting directory is following:

temp/class1.h
temp/class2.h
temp/class3.h

but not is:

temp/module1/class1.h
temp/module1/class2.h
temp/module2/class3.h

As you see CMake doesn’t “remember” folder paths. How can I deal with it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T08:22:49+00:00Added an answer on May 31, 2026 at 8:22 am

    One of options is using install(DIRECTORY ... syntax:

    install(DIRECTORY src/module1 src/module2 DESTINATION "C:/temp" FILES_MATCHING PATTERN "*.h")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a C++ library that I build using Scons which is eventually linked
Using non-thread safe libraries with threads. Say I have a library that makes a
I have a SWT app that opens a OpenGL window (using the LWJGL library)
I am using the new libcxx library and I have a code that calls
I am using OpenCV library. It doesn't have a modulo operator that can be
I have a library that has several options defined as this: #define shouldShowToolbar YES
I have a library that I have been using successfully with PHP 5.1.6 with
I have a library that generates Word documents using the OpenXML SDK, one of
I have a library that I distribute using maven 2. The typical user of
I have a library that was written using nHibernate and I am trying to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.