<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>hi,</p>
<p>i used fetch_content to download bullet library , but I cant use
it.<br>
</p>
<p>FetchContent_Declare(<br>
bullet<br>
GIT_REPOSITORY <a class="moz-txt-link-freetext" href="https://github.com/bulletphysics/bullet3.git">https://github.com/bulletphysics/bullet3.git</a><br>
GIT_TAG 2.88<br>
<br>
)<br>
<br>
FetchContent_GetProperties(bullet)<br>
if(NOT bullet_POPULATED)<br>
FetchContent_Populate(bullet)<br>
add_subdirectory(${bullet_SOURCE_DIR} ${bullet_BINARY_DIR})<br>
endif()<br>
</p>
<p>linking using bullet does not permit to find any include or lib
file<br>
</p>
</body>
</html>