Skip to content

Commit 74ff0b6

Browse files
committed
CMake: install version info file
1 parent afa10cf commit 74ff0b6

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
@@ -266,7 +266,10 @@ install(DIRECTORY include/
266266
COMPONENT liblsl
267267
)
268268

269-
install(FILES cmake/LSLCMake.cmake ${CMAKE_CURRENT_BINARY_DIR}/LSLConfig.cmake
269+
install(FILES
270+
cmake/LSLCMake.cmake
271+
${CMAKE_CURRENT_BINARY_DIR}/LSLConfig.cmake
272+
${CMAKE_CURRENT_BINARY_DIR}/LSLConfigVersion.cmake
270273
COMPONENT liblsl
271274
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/LSL
272275
)

0 commit comments

Comments
 (0)