OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

Include files in Iron project for Visual Studio #50

Open hsorby opened 7 years ago

hsorby commented 7 years ago

From @chrispbradley on February 25, 2016 0:5

Not sure if this is a manage issue (i.e., cmake) or an iron issue but the iron visual studio project does not have the include files used in iron visible from visual studio (i.e., we should have an include folder as well as a src folder). Not sure if this means that the iron project does not depend on the include files or not? If not then it probably should as a change to an include file should trigger a re-build.

Copied from original issue: OpenCMISS/manage#60

hsorby commented 7 years ago

IDEs like Visual Studio are a bit different from other projects and sometimes you need to add more information into the CMakeLists.txt to make files visible. Without fully looking into it seems like a CMake issue on the Iron repository.

hsorby commented 7 years ago

From @rondiplomatico on March 15, 2016 17:22

yap there's more VS-specific options and CMake commands/vars that can be used to make the generated VS projects nicer and more organized. anyone keen to add more structure to it feel free :-)