build system: add pkg-config support (#674)
This commit is contained in:
committed by
Michele Caini
parent
f9c995f03f
commit
1ebf614d79
8
cmake/in/entt.pc.in
Normal file
8
cmake/in/entt.pc.in
Normal file
@@ -0,0 +1,8 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
||||
Name: EnTT
|
||||
Description: Fast and reliable entity component system (ECS)
|
||||
Url: https://github.com/skypjack/entt
|
||||
Version: @EnTT_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user