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
+4 -3
View File
@@ -10,9 +10,10 @@ if(WOMBAT_BUILD_TYPE STREQUAL "GBA")
elseif(WOMBAT_BUILD_TYPE STREQUAL "Native")
endif()
add_library(NostalgiaCore
${CPP}
core.cpp
add_library(
NostalgiaCore
${CPP}
core.cpp
)
install(