CGold
CGold copied to clipboard
:whale2: The Hitchhiker’s Guide to the CMake
Always use `@ONLY` form. ```cmake # CMakeLists.txt set(A "0") configure_file(foo.cmake.in foo.cmake) ``` ```cmake # foo.cmake.in set(A "1") message("A = ${A}") # A from CMakeLists.txt will be used! ``` ```cmake #...
* http://stackoverflow.com/a/28124715/2288008 * https://gitlab.kitware.com/cmake/cmake/merge_requests/591#note_244652
http://www.mail-archive.com/[email protected]/msg55884.html
- Python: https://gitlab.kitware.com/cmake/cmake/merge_requests/389 - http://www.mail-archive.com/[email protected]/msg17607.html
- [ ] https://github.com/ruslo/CGold/issues/6 (lldb) - [ ] https://github.com/ruslo/CGold/issues/7 (gdb) - [ ] https://github.com/ruslo/CGold/issues/8 (PDB)
- https://cmake.org/cmake/help/latest/command/set_property.html - https://cmake.org/cmake/help/latest/command/set_source_files_properties.html
https://gitlab.kitware.com/cmake/cmake/issues/16324