[CMake] Creating one Visual Studio solution for many configurations and platforms

Hendrik Sattler post at hendrik-sattler.de
Mon Jun 8 12:21:46 EDT 2009


Am Samstag 06 Juni 2009 04:17:43 schrieb Philip Lowman:
> How would you handle target_link_libraries() and, ultimately,
> find_library()?  Most people using VS that would want this feature added
> probably already have many of their dependencies setup with find_package()
> and/or find_library().

You could rerun the whole list files multiple time, once for each architecture. 
The CMakeCache.txt location and naming would have to be target-specific and all 
that but else?
I don't see why the CMakeList.txt files would have to change for that.

HS



More information about the CMake mailing list