add missing file in AllBulletDemosOSX
fix RaytestDemo CMakeLists.txt
This commit is contained in:
@@ -30,10 +30,10 @@ ADD_EXECUTABLE(AppRaytestDemo
|
||||
${BULLET_PHYSICS_SOURCE_DIR}/build/bullet.rc
|
||||
)
|
||||
ELSE()
|
||||
ADD_EXECUTABLE(AppBasicDemo
|
||||
ADD_EXECUTABLE(AppRaytestDemo
|
||||
main.cpp
|
||||
BasicDemo.cpp
|
||||
BasicDemo.h
|
||||
RaytestDemo.cpp
|
||||
RaytestDemo.h
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
@@ -71,7 +71,7 @@ ELSE (USE_GLUT)
|
||||
ADD_EXECUTABLE(AppRaytestDemo
|
||||
WIN32
|
||||
../OpenGL/Win32AppMain.cpp
|
||||
Win32BasicDemo.cpp
|
||||
Win32RaytestDemo.cpp
|
||||
RaytestDemo.cpp
|
||||
RaytestDemo.h
|
||||
${BULLET_PHYSICS_SOURCE_DIR}/build/bullet.rc
|
||||
@@ -84,4 +84,4 @@ IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppRaytestDemo PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppRaytestDemo PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppRaytestDemo PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
|
||||
Reference in New Issue
Block a user