mirror of
https://github.com/slendidev/smath.git
synced 2025-09-05 11:43:31 +03:00
Quick and dirty install target
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
8
cmake/smath.pc.in
Normal file
8
cmake/smath.pc.in
Normal file
@@ -0,0 +1,8 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: smath
|
||||
Description: Simple header-only math library
|
||||
Version: @PROJECT_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs:
|
4
cmake/smathConfig.cmake.in
Normal file
4
cmake/smathConfig.cmake.in
Normal file
@@ -0,0 +1,4 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/smathTargets.cmake")
|
||||
check_required_components(smath)
|
Reference in New Issue
Block a user