From f4cbd499a8a50744c191eb2c07937ef32a9d3a9f Mon Sep 17 00:00:00 2001 From: Ivan Pelipenko Date: Mon, 27 Apr 2020 11:19:47 +0300 Subject: [PATCH] fix README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 080294de..fcc53ac0 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,15 @@ Low-level C++ library that covers next areas: * Metaprogramming ## CMake This library tightly integrated with CMake by providing some macro: -* pip_code_model( file0 [file1 ...] [OPTIONS opt0 [opt1 ...] ] [ABSOLUTE]) -Generate code model files for source files file0 [file1 ...] -Options you can see by exec "pip_cmg -h" -If not ABSOLUTE source files will be prepended by CMAKE_CURRENT_SOURCE_DIR -You should add ${} to your target +* `pip_code_model( file0 [file1 ...] [OPTIONS opt0 [opt1 ...] ] [ABSOLUTE])` +Generate code model files for source files file0 [file1 ...]. -* pip_resources( file) +Options you can see by exec "pip_cmg -h". +If not ABSOLUTE source files will be prepended by ${CMAKE_CURRENT_SOURCE_DIR}. +You should add ${} to your target. -Generate C++ files for resource file -You should add ${} to your target +* `pip_resources( file)` + +Generate C++ files for resource file. +You should add ${} to your target.