Skip to content

Instantly share code, notes, and snippets.

@tru

tru/-

Last active May 23, 2016 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tru/fcad281bd850f631ee92ebf204b1393c to your computer and use it in GitHub Desktop.
Save tru/fcad281bd850f631ee92ebf204b1393c to your computer and use it in GitHub Desktop.
diff --git a/CMake/Targets/ServerTests/CMakeLists.txt b/CMake/Targets/ServerTests/CMakeLists.txt
index 873def9..af8777e 100644
--- a/CMake/Targets/ServerTests/CMakeLists.txt
+++ b/CMake/Targets/ServerTests/CMakeLists.txt
@@ -29,8 +29,13 @@ else(APPLE)
set(SERVER_TEST_SOURCES ${SERVER_TEST_SOURCES_})
endif(APPLE)
+if(XCODE)
+ get_resources_source_list(ServerTests TEST_RESOURCES)
+endif()
+
set(ALL_SOURCES
${SERVER_TEST_SOURCES}
+ ${TEST_RESOURCES}
)
autogroup_sources(ALL_SOURCES)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment