git-svn-id: svn://db.shs.com.ru/pip@1013 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-04-14 16:59:01 +00:00
parent eee93e1783
commit 84e0e3539c
5 changed files with 290 additions and 159 deletions

View File

@@ -1,20 +1,22 @@
# pip_code_model(<out_var> 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 ${<out_var>} to your target
#
#
#
#
# pip_resources(<out_var> file)
#
# Generate C++ files for resource file
# You should add ${<out_var>} to your target
#
#
#[[
pip_code_model(<out_var> 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 ${<out_var>} to your target
pip_resources(<out_var> file)
Generate C++ files for resource file
You should add ${<out_var>} to your target
]]
macro(PIP_EXTRACT_OPTIONS _pip_files _pip_options _abs)