Exponent/src/CMakeLists.txt

6 lines
163 B
CMake
Raw Normal View History

2024-04-08 20:08:39 +00:00
add_executable(Exponent
main.cc
)
target_link_libraries(Exponent PUBLIC glfw glm::glm)
2024-04-08 20:08:39 +00:00
target_include_directories(Exponent PUBLIC ${CMAKE_SOURCE_DIR}/include)