Skip to content

Instantly share code, notes, and snippets.

@shamiul94
Created June 14, 2019 12:27
Show Gist options
  • Save shamiul94/ffa39cd02268361e67466798a00bef77 to your computer and use it in GitHub Desktop.
Save shamiul94/ffa39cd02268361e67466798a00bef77 to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 3.10)
project(OpenGLLinuxTest)
add_executable(OpenGLLinuxTest1 main.cpp ) # which files should produce executables
target_link_libraries(OpenGLLinuxTest1 -lglut -lGLU -lGL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment