Skip to content

Instantly share code, notes, and snippets.

@bestimmaa
Created September 19, 2014 11:46
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 bestimmaa/7c19ba58c9f7f1ac8eaf to your computer and use it in GitHub Desktop.
Save bestimmaa/7c19ba58c9f7f1ac8eaf to your computer and use it in GitHub Desktop.
Cinder-KCB2 cinderblock file for x86
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Cinder-KCB2"
id="com.wk.kcb2"
author="Wieden+Kennedy"
license="BSD"
summary="Kinect v2 Common Bridge block for Cinder"
git="git@github.com:wieden-kennedy/Cinder-KCB2.git"
version="0.2"
libraryUrl="www.libcinder.org"
>
<sourcePattern>src/*.cpp</sourcePattern>
<headerPattern>src/*.h</headerPattern>
<includePath>src</includePath>
<includePath>lib</includePath>
<includePath absolute="true">$(KINECTSDK20_DIR)/inc</includePath>
<platform os="msw">
<!--<staticLibrary>lib/$(PlatformTarget)/KCBv2.lib</staticLibrary>
<staticLibrary absolute="true">$(KINECTSDK20_DIR)/lib/$(PlatformTarget)/kinect20.lib</staticLibrary>
<buildCopy>lib/$(PlatformTarget)/KCBv2.dll</buildCopy>-->
<staticLibrary>lib/x86/KCBv2.lib</staticLibrary>
<staticLibrary absolute="true">$(KINECTSDK20_DIR)/lib/x86/kinect20.lib</staticLibrary>
<buildCopy>lib/x86/KCBv2.dll</buildCopy>
</platform>
</block>
</cinder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment