Skip to content

Commit

Permalink
Add new source files to cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
txwikinger committed Jun 28, 2011
1 parent 51a42fe commit baa2895
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ ADD_DEFINITIONS (-D WITH_SOUND)
#target_link_libraries(main ${EXTRA_LIBS})

#target_link_libraries(scope X11 GL GLU)
set(EXTRA_LIBS line sound)
add_library(line line.cpp)
add_library(sound sound.cpp)
add_executable(scope main.cpp ${EXTRA_LIBS})
set(EXTRA_SOURCES line.cpp sound.cpp fileseriesproducer)
add_executable(scope main.cpp ${EXTRA_SOURCES} ${EXTRA_LIBS})
include_directories(/usr/include/pulse)


Expand Down

0 comments on commit baa2895

Please sign in to comment.