mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
DEBUG.
This commit is contained in:
parent
108a308a97
commit
628a420f91
2 changed files with 3 additions and 3 deletions
|
@ -32,8 +32,8 @@ if (BUILD_TOOLS)
|
|||
set_target_properties(oven PROPERTIES FOLDER "Tools")
|
||||
|
||||
# No need to build on Android or in a Production build
|
||||
if (NOT ANDROID AND NOT RELEASE_TYPE STREQUAL "PRODUCTION")
|
||||
##if (NOT ANDROID AND NOT RELEASE_TYPE STREQUAL "PRODUCTION")
|
||||
add_subdirectory(nitpick)
|
||||
set_target_properties(nitpick PROPERTIES FOLDER "Tools")
|
||||
endif()
|
||||
##endif()
|
||||
endif()
|
||||
|
|
|
@ -131,7 +131,7 @@ endforeach()
|
|||
# include headers for nitpick and NitpickConfig.
|
||||
include_directories("${PROJECT_SOURCE_DIR}/src")
|
||||
|
||||
if (UNIX)
|
||||
if (UNIX AND NOT ANDROID)
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
# Linux
|
||||
target_link_libraries(${TARGET_NAME} pthread atomic)
|
||||
|
|
Loading…
Reference in a new issue