Re: [CMake] How to include config.h.in in VS project

2015-12-31 Thread Roman Wüger
Hi, You must add those sources to add_executable/add_library as well. Wish you a happy new year. Best regards Roman > Am 29.12.2015 um 09:53 schrieb Mauro Ziliani : > > Hi all. > I'm using CMake 3.4.1 for my projects. > I'm working with Visual studio 10 2010 express and wxFormBuilder > I'd l

[CMake] How to include config.h.in in VS project

2015-12-29 Thread Mauro Ziliani
Hi all. I'm using CMake 3.4.1 for my projects. I'm working with Visual studio 10 2010 express and wxFormBuilder I'd like to include config.h.in and the wxFormBuilder projects (which has .fbp extension) in source_group. In CMakeLists.txt i put ... source_group("FormBiulder FBP" FILES main.fbp) so