diff options
Diffstat (limited to 'deps/sol2/sol2.pc.in')
-rw-r--r-- | deps/sol2/sol2.pc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/sol2/sol2.pc.in b/deps/sol2/sol2.pc.in new file mode 100644 index 0000000..96ea41e --- /dev/null +++ b/deps/sol2/sol2.pc.in @@ -0,0 +1,6 @@ +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ + +Name: sol2 +Description: C++ <-> Lua Wrapper Library +Version: @sol2_VERSION@ +Cflags: -I${includedir} |