Exponent/src/CMakeLists.txt

6 lines
154 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)
target_include_directories(Exponent PUBLIC ${CMAKE_SOURCE_DIR}/include)