mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
916d87254b
* Fix CMake install The install target was trying to install the include directory. It was also leaving out the sol.hpp header. The CMake single header and docs generation are also broken, so this commit disables them by default. Fixes #585 * Fix CMake single-file header generation and doc generation * Fix sol2_single target * Add single-header to ALL * Install to standard documentation directory * Make sure single-header artifacts land in the build directory * More GNUInstallDirs * pkg-config support
7 lines
140 B
PkgConfig
7 lines
140 B
PkgConfig
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: Sol2
|
|
Description: C++ <-> Lua API wrapper
|
|
Version: @sol2_VERSION@
|
|
Cflags: -I${includedir}
|