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

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -