Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iowen8 committed Jan 31, 2012
0 parents commit c5453be
Show file tree
Hide file tree
Showing 3,828 changed files with 968,115 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added Bin/Release/libXnVNite_1_4_0.dylib
Binary file not shown.
17 changes: 17 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
cmake_minimum_required(VERSION 2.8)

if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)

PROJECT(P3D)
SET(P3D_EMBEDDED_USE_FILE "p3d/UseEmbeddedP3d.cmake" CACHE INTERNAL "Nestk cmake file to be included by parent project")
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR} CACHE STATIC "Module path")
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)


ADD_SUBDIRECTORY(p3d)

ADD_SUBDIRECTORY(project)

Empty file added README
Empty file.
Loading

0 comments on commit c5453be

Please sign in to comment.