Merge remote-tracking branch 'upstream/master'
This commit is contained in:
10
examples/ThirdPartyLibs/BussIK/CMakeLists.txt
Normal file
10
examples/ThirdPartyLibs/BussIK/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
INCLUDE_DIRECTORIES(
|
||||
.
|
||||
)
|
||||
|
||||
|
||||
FILE(GLOB BussIK_SRCS "*.cpp" )
|
||||
FILE(GLOB BussIK_HDRS "*.h" )
|
||||
|
||||
ADD_LIBRARY(BussIK ${BussIK_SRCS} ${BussIK_HDRS})
|
||||
@@ -23,7 +23,7 @@ subject to the following restrictions:
|
||||
#include <math.h>
|
||||
#include "LinearR3.h"
|
||||
|
||||
#include "../OpenGLWindow/OpenGLInclude.h"
|
||||
|
||||
|
||||
/****************************************************************
|
||||
Axes
|
||||
|
||||
11
examples/ThirdPartyLibs/BussIK/premake4.lua
Normal file
11
examples/ThirdPartyLibs/BussIK/premake4.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
project "BussIK"
|
||||
|
||||
kind "StaticLib"
|
||||
|
||||
includedirs {
|
||||
"."
|
||||
}
|
||||
files {
|
||||
"*.cpp",
|
||||
"*.h",
|
||||
}
|
||||
Reference in New Issue
Block a user