<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=##CHARSET##"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-freetext" href="http://www.cmake.org/Wiki/CMake_Useful_Variables">http://www.cmake.org/Wiki/CMake_Useful_Variables</a> has variables for
putting executable and library files in a common directory, but I don't
see anything for object files.&nbsp; Do you actually need object files in a
common directory?&nbsp; Why?<br>
<br>
Cheers,<br>
Brandon Van Every<br>
<br>
<br>
d.1234567890 wrote:
<blockquote cite="midem18jm7vwx17mwj.130420070730@mail.qualiant.at"
 type="cite">
  <pre wrap="">In our (relatively large) project, we sometimes "just" want to compile (check for syntax) a part (typically one directory) of the complete project. This very often saves a lot of time just to figure out that a small error fails the complete project to rebuild. Another option I hat tried, was to create several (library) targets that would be used to build the individual source directories but this failed because I did not find a way to convince CMake to put all objects (I've also ask on this list for help on this) in the main target build directory.

Thank you,
Dieter

Original Message -----------------------
dieter oberkofler wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Is is somehow possible to convince CMake to compile (use the build-in c/c++
compile rules and no explicit custom command) without having specified a
LIBRARY or EXECUTABLE to be build?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What would you be trying to compile?


Cheers,
Brandon Van Every

_______________________________________________
CMake mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CMake@cmake.org">CMake@cmake.org</a>
<a class="moz-txt-link-freetext" href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a>

_______________________________________________
CMake mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CMake@cmake.org">CMake@cmake.org</a>
<a class="moz-txt-link-freetext" href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a>

  </pre>
</blockquote>
<br>
</body>
</html>