diff options
author | Calvin Morrison <calvin@pobox.com> | 2023-04-05 14:13:39 -0400 |
---|---|---|
committer | Calvin Morrison <calvin@pobox.com> | 2023-04-05 14:13:39 -0400 |
commit | 835e373b3eeaabcd0621ed6798ab500f37982fae (patch) | |
tree | dfa16b0e2e1b4956b38f693220eac4e607802133 /goo/CMakeFiles/goo.dir/flags.make |
Diffstat (limited to 'goo/CMakeFiles/goo.dir/flags.make')
-rw-r--r-- | goo/CMakeFiles/goo.dir/flags.make | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/goo/CMakeFiles/goo.dir/flags.make b/goo/CMakeFiles/goo.dir/flags.make new file mode 100644 index 0000000..d049736 --- /dev/null +++ b/goo/CMakeFiles/goo.dir/flags.make @@ -0,0 +1,17 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# compile C with /usr/bin/cc +# compile CXX with /usr/bin/c++ +C_DEFINES = + +C_INCLUDES = -I/home/calvin/src/xpdf-4.04 + +C_FLAGS = + +CXX_DEFINES = + +CXX_INCLUDES = -I/home/calvin/src/xpdf-4.04 + +CXX_FLAGS = + |