This commit is contained in:
MassiveAtoms 2020-07-16 10:33:52 -03:00
parent d5a0d3cb3f
commit 5433cb1b8a

View File

@ -8,7 +8,6 @@ set(CMAKE_CPP_COMPILER usr/bin/g++)
set(CATCH_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
add_library(Catch INTERFACE)
target_include_directories(Catch INTERFACE ${CATCH_INCLUDE_DIR})
add_executable(project
src/Point.h
src/shapes.h