Skip to content

Kryptocron/glfw.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

glfw-vim

GLFW syntax highlighter for C and C++ source files.

Instructions

Using the Pathogen plugin: (http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/)

git clone git@github.com:Eraden/glfw.vim.git ~/.vim/bundle/glfw-vim

Hints:

CMake setup

find_package(PkgConfig REQUIRED)
find_package(OpenGL REQUIRED)
pkg_search_module(GLFW REQUIRED glfw3)

include_directories(
  ${OPENGL_INCLUDE_DIRS}
  ${GLFW_INCLUDE_DIRS}
)

target_link_libraries(
  demo
  ${GLEW_LIBRARIES}
  ${OPENGL_LIBRARIES}
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published