2024-11-25 21:20:39 +00:00
|
|
|
|
|
|
|
add_executable(client "src/main.cpp" $<TARGET_OBJECTS:openblocks>)
|
|
|
|
include_directories("../src")
|
2025-02-06 17:58:00 +00:00
|
|
|
target_link_libraries(client ${SDL2_LIBRARIES} ${GLEW_LIBRARIES} ${GLUT_LIBRARIES} OpenGL::GL OpenGL::GLU glfw glm::glm assimp ReactPhysics3D::ReactPhysics3D pugixml::pugixml)
|