Update CMakeLists.txt

This commit is contained in:
sam-astro 2022-05-09 08:34:45 -04:00 committed by GitHub
parent e790bced0a
commit d8f7fff65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ project(ZSharp)
SET(programName Slang)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeFiles/")
add_executable (ZSharp Main.cpp main.h anyops.h builtin.h strops.cpp strops.h eval.cpp eval.h graphics.h ZS.h)
add_executable (ZSharp Main.cpp main.h anyops.h builtin.h strops.cpp strops.h eval.cpp eval.h graphics.h ZS.h color.hpp)
find_package(SDL2 REQUIRED)
find_package(SDL2_image REQUIRED)