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

  • SEARCH
  • Home
  • 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 6254419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:10:34+00:00 2026-05-24T14:10:34+00:00

I quite new with CMake, but I have a problem with porting an existing

  • 0

I quite new with CMake, but I have a problem with porting an existing library to it.
In order to simplify, I will only work on 2 files : angle.cpp and angle.h.
The files are this ones :

/cmaketest/CMakeLists
/cmaketest/src/angle.cpp
/cmaketest/src/angle.h

and I will run CMake and produce the Makefile in /cmaketest/.

My CMakeLists is currently this one :

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(cmaketest)

SET(cmaketest_SRCDIR src)
AUX_SOURCE_DIRECTORY(${cmaketest_SRCDIR} cmaketest_SOURCES)
FILE(GLOB cmaketest_HEADERS ${cmaketest_SRCDIR}/*.h )

ADD_EXECUTABLE(cmaketest ${cmaketest_SOURCES} ${cmaketest_HEADERS})

But the problem is that in angle.cpp, the header is included not by "angle.h" but by <src/angle.h>

So with the current cmake file I got the following error when I execute make :

/cmaketest/src/angle.cpp:1:23: fatal error: src/angle.h: file not found

How to solve the problem ? (for backward compatibility I can’t modify <src/angle.h> in the .cpp file)

Thank you very much.

  • 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-24T14:10:34+00:00Added an answer on May 24, 2026 at 2:10 pm

    Try adding the project directory as an include directory by using the include_directories command:

    ...
    file (GLOB cmaketest_HEADERS ${cmaketest_SRCDIR}/*.h )
    
    include_directories(${CMAKE_SOURCE_DIR})
    add_executable(cmaketest ${cmaketest_SOURCES} ${cmaketest_HEADERS})
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I am quite new to php but i have been following some tutorials
Am quite new to namespacing etc so hopefully this will be straightforward. I have
Im quite new to Java and i have stumbled upon the following problem. Im
I am quite new to ICEfaces but already have experience with JSF/Facelets and the
Quite new to this but i have created a SQL script that groups by
I'm quite new to php and have been reading Larry Ullman book to develop
I'm quite new to c++, but I've got the hang of the fundamentals. I've
I'm quite new to OpenId and I'm having a bit of a problem understanding
Quite new to functional languages, but I'm maintaining someone else's code with a lot
I am quite new to windows form app development. I have an app installed

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.