1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 21:07:46 +00:00

exdviewer: Remove empty line CMakeLists

This commit is contained in:
Joshua Goins 2023-10-10 17:58:25 -04:00
parent b1ee751fc7
commit e6609b8f12

View file

@ -8,7 +8,6 @@ target_include_directories(novus-karuku
PUBLIC
include)
target_link_libraries(novus-karuku PUBLIC physis z ${LIBRARIES} Qt6::Core Qt6::Widgets exdpart novus-common)
install(TARGETS novus-karuku ${KF${QT_MAJOR_VERSION}_INSTALL_TARGETS_DEFAULT_ARGS})