mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add initial CMakeLists
This commit is contained in:
1
tvmet-1.7.1/include/CMakeLists.txt
Normal file
1
tvmet-1.7.1/include/CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
||||
add_subdirectory(tvmet)
|
||||
10
tvmet-1.7.1/include/tvmet/CMakeLists.txt
Normal file
10
tvmet-1.7.1/include/tvmet/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# the following are directories where stuff will be installed to
|
||||
set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The subdirectory to the header prefix" FORCE)
|
||||
|
||||
FILE(GLOB gmm_header_SRCS "*.h")
|
||||
|
||||
install(FILES
|
||||
${gmm_header_SRCS}
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/tvmet
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user