cmake - Significance of the word 'general' in CMakeCache.txt? -


i encountered following statement in 1 of cmakecache.txt. somelibraryname_lib_depends:static=general;gcc_s;general;pthread;general;rt;general;/usr/lib/x86_64-linux-gnu/libunwind.so;general;dl;general;uuid;general; why general required here? if not mentioned here somelibraryname depends on other libraries such libc,libstdc++ , libm. general refer these libraries?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -