部分 IV. C/C++
目录 25. Build tool 25.1. make - GNU make utility to maintain groups of programs 25.1.1. autoconf - Generate configuration scripts 25.2. CMake 25.2.1. helloworld 25.2.2. cmake_minimum_required 25.2.3. SET 25.2.4. ADD_SUBDIRECTORY 25.2.5. INCLUDE_DIRECTORIES 25.2.6. 编译文件 25.2.6.1. ADD_EXECUTABLE 编译可执行 25.2.6.2. ADD_LIBRARY 编译库文件 25.2.7. EXECUTABLE_OUTPUT_PATH / LIBRARY_OUTPUT_PATH 25.2.8. TARGET_LINK_LIBRARIES 25.2.9. INSTALL 25.3. scons - a software construction tool 25.4. Phing 26. C 26.1. compil...