[Liblas-commits] hg: build the OCI wrapper when we build las2oci
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Apr 12 09:59:27 EDT 2010
changeset 726c6e34ca1c in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=726c6e34ca1c
summary: build the OCI wrapper when we build las2oci
diffstat:
apps/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 90abe90b8b35 -r 726c6e34ca1c apps/CMakeLists.txt
--- a/apps/CMakeLists.txt Thu Apr 08 20:39:42 2010 -0500
+++ b/apps/CMakeLists.txt Mon Apr 12 08:59:26 2010 -0500
@@ -112,7 +112,7 @@
# Build las2oci
if(LAS2OCI)
- add_executable(${LAS2OCI} las2oci.cpp)
+ add_executable(${LAS2OCI} las2oci.cpp oci_wrapper.cpp)
target_link_libraries(${LAS2OCI} ${APPS_CPP_DEPENDENCIES})
endif()
More information about the Liblas-commits
mailing list