removed computer specific line in CMakeLists.txt

This commit is contained in:
Andrei Medar 2020-09-29 19:31:30 +00:00
parent e4a631251c
commit 815fd35930

View File

@ -37,8 +37,7 @@ add_library(lodepng STATIC
target_include_directories(lodepng PUBLIC "${PROJECT_BINARY_DIR}/lodepng") target_include_directories(lodepng PUBLIC "${PROJECT_BINARY_DIR}/lodepng")
# Build SAPI library # Build SAPI library
#set(SAPI_ROOT "${PROJECT_SOURCE_DIR}/../.." CACHE PATH "Path to the Sandboxed API source tree") set(SAPI_ROOT "" CACHE PATH "Path to the Sandboxed API source tree")
set(SAPI_ROOT "/usr/local/google/home/amedar/internship/sandboxed-api" CACHE PATH "Path to the Sandboxed API source tree")
add_subdirectory("${SAPI_ROOT}" add_subdirectory("${SAPI_ROOT}"
"${CMAKE_BINARY_DIR}/sandboxed-api-build" "${CMAKE_BINARY_DIR}/sandboxed-api-build"