File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 4040[submodule "include/add_noexcept/include/ut/add_noexcept "]
4141 path = include/add_noexcept/include/ut/add_noexcept
4242 url = https://gist.github.com/dk949/d3e0628ee5768bc65c474ec370d77f55
43+ [submodule "include/change_observer/include/ut/change_observer "]
44+ path = include/change_observer/include/ut/change_observer
45+ url = https://gist.github.com/dk949/2508ff2b4b5ddf152e7b6c027e8f13c4
Original file line number Diff line number Diff line change 1+ cmake_minimum_required (VERSION 3.21)
2+ project (libut LANGUAGES CXX)
3+
4+ add_library (libut_target_change_observer INTERFACE )
5+ target_sources (libut_target_change_observer PUBLIC
6+ FILE_SET HEADERS
7+ BASE_DIRS ${CMAKE_CURRENT_SOURCE_DIR} /include
8+ FILES
9+ ${CMAKE_CURRENT_SOURCE_DIR} /include /ut/change_observer/change_observer.hpp
10+ )
11+
12+ message (STATUS "libut: adding UT::change_observer" )
13+ add_library (UT::change_observer ALIAS libut_target_change_observer)
14+
You can’t perform that action at this time.
0 commit comments