Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 17, 2024
1 parent c378e9e commit f301714
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cpp/study_updater/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ target_include_directories(study_updater_test

target_link_libraries(study_updater_test
PRIVATE
${PROJECT_NAME}::xpansion_study_updater_lib
${JSONCPP_LIB}
GTest::Main
${PROJECT_NAME}::xpansion_study_updater_lib
)
add_test(NAME study_updater_test COMMAND study_updater_test WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
set_property(TEST study_updater_test PROPERTY LABELS unit)

0 comments on commit f301714

Please sign in to comment.