X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/37439b2f85687ddafa4097d07237fc17a0a6db0d..d65d20475798a9e7614e61c46c68a2b77760d4c2:/CMakeLists.txt?ds=inline diff --git a/CMakeLists.txt b/CMakeLists.txt index 96f472a..05e07d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ add_library(lat_progress progress.cpp) find_package(OpenGL REQUIRED) find_package(GLUT REQUIRED) include_directories( ${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS} ../ ) -add_library(lat_culooks culooks.cpp culooks_cube.cpp) +add_library(lat_culooks culooks.cpp culooks_cube.cpp culooks_drawing.cpp) target_link_libraries(lat_culooks ${OPENGL_LIBRARIES} ${GLUT_LIBRARY}) add_executable(neigh_test neigh_test.cpp)