# Linux_Code_Test **Repository Path**: luoyong075/Linux_Code_Test ## Basic Information - **Project Name**: Linux_Code_Test - **Description**: test code. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-01 - **Last Updated**: 2024-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux_Code_Test **The main role of the project:** - CMake's usage - [function](Samples_CMake/messy_usage/test_function.cmake) - [macro](Samples_CMake/messy_usage/test_macro.cmake) - [cmake_parse_arguments](Samples_CMake/messy_usage/test_cmake_parse_arguments.cmake) - [find_library](Samples_CMake/messy_usage/test_find_library.cmake) - [find_path](Samples_CMake/messy_usage/test_find_path.cmake) - [find_file](Samples_CMake/messy_usage/test_find_file.cmake) - [find_program](Samples_CMake/messy_usage/test_find_program.cmake) - [find_package](Samples_CMake/messy_usage/test_find_package.cmake) - [cmake_policy](Samples_CMake/messy_usage/test_cmake_policy.cmake) - [cmake_minimum_required](Samples_CMake/messy_usage/test_cmake_minimum_required.cmake) - [project](Samples_CMake/messy_usage/test_project.cmake) - [include](Samples_CMake/messy_usage/test_include.cmake) - [string](Samples_CMake/messy_usage/test_string.cmake) - [list](Samples_CMake/messy_usage/test_list.cmake) - [set/unset](Samples_CMake/messy_usage/test_set.cmake) - [foreach](Samples_CMake/messy_usage/test_foreach.cmake) - [message](Samples_CMake/messy_usage/test_message.cmake) - [option/cmake_dependent_option](Samples_CMake/messy_usage/test_option.cmake) - [if](Samples_CMake/messy_usage/test_if.cmake) - [while/continue/break](Samples_CMake/messy_usage/test_while.cmake) - [return](Samples_CMake/messy_usage/test_return.cmake) - [math](Samples_CMake/messy_usage/test_math.cmake) - [file](Samples_CMake/messy_usage/test_file.cmake) - [configure_file](Samples_CMake/messy_usage/test_configure_file.cmake) - [include_directories](Samples_CMake/messy_usage/test_include_directories.cmake) - [add_executable](Samples_CMake/messy_usage/test_add_executable.cmake) - [add_library](Samples_CMake/messy_usage/test_add_library.cmake) - [target_link_libraries](Samples_CMake/messy_usage/test_target_link_libraries.cmake) - [install](Samples_CMake/messy_usage/test_install.cmake) - [target_sources](Samples_CMake/messy_usage/test_target_sources.cmake) - [add_custom_command](Samples_CMake/messy_usage/test_add_custom_command.cmake) - [add_custom_target](Samples_CMake/messy_usage/test_add_custom_target.cmake) - [add_subdirectory](Samples_CMake/messy_usage/test_add_subdirectory.cmake) - [aux_source_directory](Samples_CMake/messy_usage/test_aux_source_directory.cmake) - [set_property/get_property](Samples_CMake/messy_usage/test_set_property.cmake) - [set_target_properties/get_target_property](Samples_CMake/messy_usage/test_set_target_properties.cmake) - [define_property](Samples_CMake/messy_usage/test_define_property.cmake) - [add_definitions/add_compile_definitions](Samples_CMake/messy_usage/test_add_definitions.cmake) - [target_compile_definitions](Samples_CMake/messy_usage/test_target_compile_definitions.cmake) - [target_compile_features](Samples_CMake/messy_usage/test_target_compile_features.cmake) - [add_compile_options/target_compile_options](Samples_CMake/messy_usage/test_add_compile_options.cmake) - [target_include_directories](Samples_CMake/messy_usage/test_target_include_directories.cmake) - [link_directories/target_link_directories](Samples_CMake/messy_usage/test_link_directories.cmake) - [link_libraries](Samples_CMake/messy_usage/test_link_libraries.cmake) - [target_precompile_headers](Samples_CMake/messy_usage/test_target_precompile_headers.cmake) - [cmake_host_system_information](Samples_CMake/messy_usage/test_cmake_host_system_information.cmake) - Make's usage - Shell's usage - Multi-thread's usage - Multi-process's usage - named pipe - UNIX domain socket - shared memory - Socket's usage - Special usage of C/C++ under Linux - GNU AWK's usage - Implementation of C++ Standard Template Library - pair - string - vector - Conan's usage - Hook's usage **CMake Blog:** [fengbingchun](http://blog.csdn.net/fengbingchun/article/category/783053) **Make Blog:** [fengbingchun](http://blog.csdn.net/fengbingchun/article/category/1845995) **Shell Blog:** [fengbingchun](http://blog.csdn.net/fengbingchun/article/category/3142465) **Multi-thread/Multi-process Blog:** [fengbingchun](http://blog.csdn.net/fengbingchun/article/category/6669818) **Socket Blog:** [fengbingchun](https://blog.csdn.net/fengbingchun/article/category/3195627)