Logo
Explore Help
Sign In
kolan/CMake
1
0
Fork 0
You've already forked CMake
Code Issues Pull Requests Releases Wiki Activity
CMake/Tests/PDBDirectoryAndName/myexe.c

9 lines
151 B
C
Raw Normal View History

Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) This enables changing the name and output folder of the debug symbol files produced by MS compilers. Inspired-by: Thomas Bernard <thomas.bernard@ipetronik.com>
2012-09-25 09:30:42 +08:00
extern int mylibA();
extern int mylibB();
extern int mylibC();
extern int mylibD();
Revise C++ coding style using clang-format Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
2016-05-16 10:34:04 -04:00
int main()
{
return mylibA() + mylibB() + mylibC() + mylibD();
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 126ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API