This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2026-01-09 07:11:05 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
98a187a8d49feecc05c8eb43caeb16a7230d75a3
CMake
/
Tests
/
CustomCommand
/
GeneratedHeader
History
Brad King
98a187a8d4
ENH: Automatic include directories should not be done by default as was just implemented. Instead a project may now set CMAKE_INCLUDE_CURRENT_DIR to get this behavior. The current source and binary directories are added automatically to the beginning of the include path in every directory. This simulates in-source behavior for double-quote includes when there are generated sources and headers in the directory.
2006-02-19 13:10:25 -05:00
..
CMakeLists.txt
ENH: Automatic include directories should not be done by default as was just implemented. Instead a project may now set CMAKE_INCLUDE_CURRENT_DIR to get this behavior. The current source and binary directories are added automatically to the beginning of the include path in every directory. This simulates in-source behavior for double-quote includes when there are generated sources and headers in the directory.
2006-02-19 13:10:25 -05:00
generated.h.in
ENH: add test for generated header
2006-01-09 14:56:29 -05:00
main.cpp
COMP: Fixed form of function main.
2006-02-14 15:15:48 -05:00