Configure Visual Studio's Librarian via CMake -


i've been searching long time no luck able configure vs' librarian. problem need compile external static libraries mine , can done via 'link additional libraries' option , manually selecting necessary dependencies , corresponding paths. understand need call 'link_libraries()' , 'target_link_libraries()' in cmakelists.txt , configuration successful, i'm able build project except doesn't combine external static libraries output library. i'm wondering if it's possible configure vs project via cmake.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -