This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 9cbf42875fcbcd2b24d71bbe6579dd539ebb92a5
Author: Blake Bender <bben...@pivotal.io>
AuthorDate: Tue Feb 20 21:11:15 2018 +0000

    WIP: builds from command line, dunno if it works in the IDE
---
 .../dotnet/Apache.Geode.Examples.PutGetRemove/CMakeLists.txt   | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/examples/dotnet/Apache.Geode.Examples.PutGetRemove/CMakeLists.txt 
b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/CMakeLists.txt
index 39ba4aa..620fa21 100644
--- a/examples/dotnet/Apache.Geode.Examples.PutGetRemove/CMakeLists.txt
+++ b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/CMakeLists.txt
@@ -20,10 +20,16 @@ project(PutGetRemove CSharp)
 add_executable(${PROJECT_NAME} 
     Program.cs)
 
+message(STATUS "output dir is ${RUNTIME_OUTPUT_DIRECTORY}")
+message(STATUS "project binary dir: ${PROJECT_BINARY_DIR}")
+
+message(STATUS "current source dir is ${CMAKE_CURRENT_SOURCE_DIR}")
+message(STATUS "Attempting to link to 
${CMAKE_CURRENT_SOURCE_DIR}/../../../build/clicache/src/Debug/Apache.Geode.dll")
+
 target_link_libraries(${PROJECT_NAME}
-    ${CMAKE_CURRENT_SOURCE_DIR}/../../../bin/Pivotal.Gemfire.dll)
+    
${CMAKE_CURRENT_SOURCE_DIR}/../../../build/clicache/src/Debug/Apache.Geode.dll)
 
 set_property(TARGET PutGetRemove PROPERTY VS_DOTNET_REFERENCES
     "System"
-    "Pivotal.Gemfire")
+    
"${CMAKE_CURRENT_SOURCE_DIR}\\..\\..\\..\\build\\clicache\\src\\Debug\\Apache.Geode.dll")
     

-- 
To stop receiving notification emails like this one, please contact
echobr...@apache.org.

Reply via email to