Point CMake to using the subtree copy of Ox

This commit is contained in:
2017-05-06 12:10:40 -05:00
parent 56fb5595f9
commit a243a38d4d
9 changed files with 17 additions and 52 deletions

View File

@ -15,9 +15,9 @@ target_link_libraries(
nostalgia-studio
Qt5::Core
Qt5::Widgets
${OxClArgs_LIBRARY}
${OxFS_LIBRARY}
${OxStd_LIBRARY}
OxClArgs
OxFS
OxStd
NostalgiaCommon
NostalgiaCore
NostalgiaStudioStatic

View File

@ -22,8 +22,8 @@ target_link_libraries(
NostalgiaStudioStatic
Qt5::Core
Qt5::Widgets
${OxFS_LIBRARY}
${OxStd_LIBRARY}
OxFS
OxStd
)
add_library(
@ -36,8 +36,8 @@ target_link_libraries(
Qt5::Core
Qt5::Widgets
NostalgiaStudioStatic
${OxFS_LIBRARY}
${OxStd_LIBRARY}
OxFS
OxStd
)
install(