1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

No really, reset them.

This commit is contained in:
jaynus 2015-05-14 16:31:54 -07:00
parent a1f3c6ccd7
commit 1817ccc345

View File

@ -63,10 +63,10 @@ if(USE_BULLET)
set_target_properties(OpenGLWindow PROPERTIES FOLDER Bullet3)
set_target_properties(LinearMath PROPERTIES FOLDER Bullet3)
SET (LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR} CACHE PATH "Reset bullet paths")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
SET (LIBRARY_OUTPUT_PATH "" CACHE PATH "Reset bullet paths")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "")
include_directories(BEFORE "lib/bullet3/src")
endif()