File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,12 @@ target_link_libraries(rsltest_main PUBLIC rsltest)
2828find_package (rsl-util REQUIRED)
2929find_package (rsl-config REQUIRED)
3030find_package (rsl-xml REQUIRED)
31+ find_package (nlohmann_json REQUIRED)
3132
3233target_link_libraries (rsltest PUBLIC rsl::util)
3334target_link_libraries (rsltest PUBLIC rsl::config)
3435target_link_libraries (rsltest_main PUBLIC rsl::xml)
36+ target_link_libraries (rsltest_main PUBLIC nlohmann_json::nlohmann_json)
3537
3638
3739add_subdirectory (src)
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ def requirements(self):
4242 self .requires ("rsl-config/0.1" , transitive_headers = False , transitive_libs = True )
4343 self .requires ("rsl-xml/0.1" , transitive_headers = False , transitive_libs = True )
4444
45+ self .requires ("nlohmann_json/3.12.0" , transitive_headers = True , transitive_libs = True )
46+
4547 def layout (self ):
4648 cmake_layout (self )
4749
You can’t perform that action at this time.
0 commit comments