You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(FATAL_ERROR"You cannot build in a source directory (or any directory with a CMakeLists.txt file). Please make a build subdirectory. Feel free to remove CMakeCache.txt and CMakeFiles.")
endif()
project(cpplox VERSION 1.0
DESCRIPTION "A C++ implementation of the Lox language."
)
set(LOX_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/include"
CACHE STRING "${PROJECT_NAME} include directory.")