Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bruner committed Jun 9, 2011
0 parents commit bd09669
Show file tree
Hide file tree
Showing 4 changed files with 911 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*~
build/
13 changes: 13 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 2.8)

project(scope)

#target_link_libraries(main ${EXTRA_LIBS})

#target_link_libraries(scope X11 GL GLU)
add_executable(scope main.cpp ${EXTRA_LIBS})
include_directories(/usr/include/pulse)



target_link_libraries(${PROJECT_NAME} X11 m pulse-simple GL GLU glut)
Loading

0 comments on commit bd09669

Please sign in to comment.