udit043 / Linking-obj-file-through-objects1.rsp

Linking object file is done in Biicode using CMakeLists.txt but here i link the object file using objects1.rsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When you want to link any .obj/.o file in biicode then you have to make changes in CMakeList.txt but i found another way to link object file.

Instead of editing CMakeList.txt i edit objects1.rsp file inside (bii/build/uditr043_16aug/CMakeFiles/uditr043_16aug_main.dir) folder.

Is this a bug ?

About

Linking object file is done in Biicode using CMakeLists.txt but here i link the object file using objects1.rsp


Languages

Language:C 100.0%