[keel] Remove NostalgiaKeelModules as a dependency of keel

This commit is contained in:
Gary Talent 2023-12-11 22:16:16 -06:00
parent d54853a8b5
commit 3b8a9af97b

View File

@ -55,8 +55,8 @@ if(TURBINE_BUILD_TYPE STREQUAL "Native")
target_link_libraries( target_link_libraries(
KeelPack-AppLib KeelPack-AppLib
OxClArgs OxClArgs
OxClaw
OxLogConn OxLogConn
NostalgiaKeelModules
) )
add_subdirectory(test) add_subdirectory(test)
endif() endif()