Created
June 14, 2019 12:27
-
-
Save shamiul94/ffa39cd02268361e67466798a00bef77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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