Skip to content
Snippets Groups Projects
Commit 3ec56dc5 authored by mzed's avatar mzed
Browse files

cleaning up xcode project

parent bef2bed1
Branches
Tags
No related merge requests found
......@@ -91,7 +91,7 @@ set(RAPIDMIX_FULL_SRC ${RAPIDMIX_SRC}
add_library(RAPID-MIX_API SHARED ${RAPIDMIX_FULL_SRC})
add_executable(rapidmixTest tests/rapidMixTest.cpp )
#add_executable(rapidmixTest tests/rapidMixTest.cpp )
add_executable(helloRapidMix ${PROJECT_SOURCE_DIR}/examples/HelloRapidMix/HelloRapidMix/main.cpp)
......@@ -104,5 +104,5 @@ if (APPLE)
target_link_libraries(RAPID-MIX_API ${ACCELERATE})
endif()
target_link_libraries(rapidmixTest RAPID-MIX_API)
#target_link_libraries(rapidmixTest RAPID-MIX_API)
target_link_libraries(helloRapidMix RAPID-MIX_API)
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:HelloRapidMix.xcodeproj">
</FileRef>
</Workspace>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment