diff --git a/CMakeLists.txt b/CMakeLists.txt index 2844c56..b4630b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,3 +69,6 @@ add_custom_target(check WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} COMMAND ${CMAKE_CTEST_COMMAND} -V --test-dir ${PROJECT_BINARY_DIR}) + +# Add `make install` - install the module. +install()