X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2FCMakeLists.txt;h=8cfc6112736524ef6016a0a91aa2baf4a0656963;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=71fcf248370dcc74b8f9e378bad9e47b01dae664;hpb=c2da416ae9292de321f63ace1590304133563dd0;p=lttng-ust.git diff --git a/doc/examples/cmake-multiple-shared-libraries/CMakeLists.txt b/doc/examples/cmake-multiple-shared-libraries/CMakeLists.txt index 71fcf248..8cfc6112 100644 --- a/doc/examples/cmake-multiple-shared-libraries/CMakeLists.txt +++ b/doc/examples/cmake-multiple-shared-libraries/CMakeLists.txt @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + cmake_minimum_required(VERSION 2.8.11) project(ALIGNER) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")