Add OxStd as dependency

This commit is contained in:
2017-04-06 17:56:04 -05:00
parent 2c3b78e79a
commit ae5b199b1f
4 changed files with 16 additions and 16 deletions
+5 -1
View File
@@ -17,4 +17,8 @@ if(COMMAND objcopy_file)
objcopy_file(nostalgia)
endif()
target_link_libraries(nostalgia NostalgiaCore)
target_link_libraries(
nostalgia
NostalgiaCore
${OxStd_LIBRARY}
)