<div>Hi, list!</div>
<div>I have a library target named &#39;TestLib&#39;, path is &quot;./src/libs/testlib_src_dir&#39;</div>
<div>And now I made a execute named &#39;TestApp&#39;, path is &#39;./src/app&#39;</div>
<div> </div>
<div>I try to link TestLib using:</div>
<div>target_link_libraries(TestApp TestLib)</div>
<div> </div>
<div>My question:</div>
<div>How to get the &#39;TestLib&#39; target&#39;s source direcory (want get &#39;./src/libs/testlib_src_dir&#39;)?</div>
<div> </div>
<div>I read the documents, and want to using:</div>
<div>get_target_properies(libdir TestLib XXX)</div>
<div>in TestApp&#39;s CMakeLists.txt. But I can&#39;t get what is the XXX name?</div>
<div> </div>
<div>For now, I have to using:</div>
<div>include_directory(../libs/testlib_src_dir) in TestApp&#39;s CMakeLists.txt.</div>
<div>But I thought there possible exist an better way to solved my problem.</div>
<div> </div>
<div>I need some tips, and want your help.</div>
<div>Thanks a lot!</div>
<div> </div>
<div>Sorry for my poor English. </div>
<div>English is not my native language.<br clear="all"><br>-- <br></div>
<div>Best Regards</div>
<div>Yuchen</div><br>