User forums > Help

Migrating from Atom

(1/2) > >>

newtocpp:
Hello, I want to start using codeblocks instead of Atom and cmake which I have been using from before.
I have encountered a "problem" (might be just me that is the problem :o)



What I wish to do:
I wish to import my whole (already working) project and directories into codeblocks

What I have done so far:
1) I have created a blank project
2) I copied my directories and files into the new project folder
3) Inside codeblock I selected "Project > Add files" and selected the files I wished to import (from the project folder mentioned in "2)" )

What my problem is:
I cant seem to find either the correct file or directory while trying to compile ???
Have also tried "#include "src/fauxmead.h", "#include "fauxmead.h"" and just to be on the safest side #include "Headers/src/fauxmead.h"

Screenshot: https://i.imgur.com/qysjbYV.png



I hope someone kicks my brain back on track.
Thanks for any contribution ;D

Quiss:
Right click project (flush) and select "Build options". Then add the relevant directiories under "Search directories" tab.

oBFusCATed:
If you have a cmake build system why don't you just do "cmake -G 'CodeBlocks - Ninja' ."?

newtocpp:
Does this allow me to import the whole project into codeblocks?

newtocpp:

--- Quote from: Quiss on February 22, 2019, 07:08:08 am ---Right click project (flush) and select "Build options". Then add the relevant directiories under "Search directories" tab.

--- End quote ---

Thanks alot :)

Navigation

[0] Message Index

[#] Next page

Go to full version