Add missing newline

This commit is contained in:
TheAssassin
2018-11-09 18:31:27 +01:00
parent b540240ba5
commit 6e525e0a65

View File

@@ -38,6 +38,7 @@ add_test(test_linuxdeploy test_linuxdeploy)
# make sure library and executable are built before test_appdir
add_dependencies(test_linuxdeploy simple_library simple_executable)
add_executable(test_desktopfilereader test_desktopfilereader.cpp)
target_link_libraries(test_desktopfilereader PRIVATE linuxdeploy_core gtest gtest_main)