Skip to content

Commit

Permalink
Added basic CMakeFiles.txt to build DLL.
Browse files Browse the repository at this point in the history
  • Loading branch information
U-POLYGON\zhou committed Dec 20, 2013
1 parent 8f3049f commit 19b57fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openvdb_2_1_0_library/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)

PROJECT(OpenVDB)

SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON)

SET(OPENVDB_DIR ${CMAKE_SOURCE_DIR})

ADD_SUBDIRECTORY(openvdb)

0 comments on commit 19b57fe

Please sign in to comment.