Skip to content

Commit f5b7ce1

Browse files
committed
CMake: install version info file
1 parent e4e3a4f commit f5b7ce1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,10 @@ install(DIRECTORY include/
273273
COMPONENT liblsl
274274
)
275275

276-
install(FILES cmake/LSLCMake.cmake ${CMAKE_CURRENT_BINARY_DIR}/LSLConfig.cmake
276+
install(FILES
277+
cmake/LSLCMake.cmake
278+
${CMAKE_CURRENT_BINARY_DIR}/LSLConfig.cmake
279+
${CMAKE_CURRENT_BINARY_DIR}/LSLConfigVersion.cmake
277280
COMPONENT liblsl
278281
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/LSL
279282
)

0 commit comments

Comments
 (0)