Skip to content

Commit f7bc739

Browse files
committed
[json-test] add ROOT::Graf to linked libraries
Required on Windows, keep for general case
1 parent 26078f8 commit f7bc739

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roottest/root/io/json/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ROOTTEST_GENERATE_DICTIONARY(libJsonTestClasses
1313
NO_ROOTMAP NO_CXXMODULE
1414
FIXTURES_SETUP jsonTestClasses_fixture)
1515

16+
# required only on Windows
17+
target_link_libraries(libJsonTestClasseslibgen ROOT::Graf)
18+
1619
ROOTTEST_ADD_TEST(BasicTypes
1720
MACRO runBasicTypes.C
1821
OUTREF BasicTypes.ref

0 commit comments

Comments
 (0)