Skip to content

Commit

Permalink
Update UnitTests CmakeLists.txt UNIT_TEST_SOURCES
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcamza committed Aug 8, 2024
1 parent 74f5e4f commit 49b9990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COS3711-03-01/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ set(UNIT_TEST_SOURCES
testbookproxymodel.h testbookproxymodel.cpp
testbookfactory.h testbookfactory.cpp
testfilewriter.h testfilewriter.cpp
testbookwriter.h testbookwriter.cpp
)

add_executable(UnitTests ${UNIT_TEST_SOURCES}
main.cpp
testbookwriter.h testbookwriter.cpp
)

# Link the library from the main project and set include directories
Expand Down

0 comments on commit 49b9990

Please sign in to comment.