We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa10cf commit 74ff0b6Copy full SHA for 74ff0b6
CMakeLists.txt
@@ -266,7 +266,10 @@ install(DIRECTORY include/
266
COMPONENT liblsl
267
)
268
269
-install(FILES cmake/LSLCMake.cmake ${CMAKE_CURRENT_BINARY_DIR}/LSLConfig.cmake
+install(FILES
270
+ cmake/LSLCMake.cmake
271
+ ${CMAKE_CURRENT_BINARY_DIR}/LSLConfig.cmake
272
+ ${CMAKE_CURRENT_BINARY_DIR}/LSLConfigVersion.cmake
273
274
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/LSL
275
0 commit comments