[CMake] Visual Studio generator and visible projects

2011-11-01 Thread Anton Sibilev
Hello! Can you help me, please?
I'm generating VS 2010 solution/projects and finally when I open main
solution file I can SEE only ALL_BUILD project.
All builds fine, all projects exists. But I can't see them and work with
sources from them directly. What's wrong?
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Visual Studio generator and visible projects

2011-11-01 Thread Eric Noulard
2011/11/1 Anton Sibilev anton.sibi...@gmail.com:
 Hello! Can you help me, please?
 I'm generating VS 2010 solution/projects and finally when I open main
 solution file I can SEE only ALL_BUILD project.
 All builds fine, all projects exists. But I can't see them and work with
 sources from them directly. What's wrong?

Which version of CMake are you using?

What does your main CMakeLists.txt looks like?

Did you use any
   add_executable or add_library in it?
-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Visual Studio generator and visible projects

2011-11-01 Thread Anton Sibilev
2.8.6. Just a minute later found that problem was in incorrect FOLDER
property... Sorry!

2011/11/1 Eric Noulard eric.noul...@gmail.com

 2011/11/1 Anton Sibilev anton.sibi...@gmail.com:
  Hello! Can you help me, please?
  I'm generating VS 2010 solution/projects and finally when I open main
  solution file I can SEE only ALL_BUILD project.
  All builds fine, all projects exists. But I can't see them and work with
  sources from them directly. What's wrong?

 Which version of CMake are you using?

 What does your main CMakeLists.txt looks like?

 Did you use any
   add_executable or add_library in it?
 --
 Erk
 Membre de l'April - « promouvoir et défendre le logiciel libre » -
 http://www.april.org

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake