X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/2c7ea0058473eb98219ff87c64e28f31fac34b90..37439b2f85687ddafa4097d07237fc17a0a6db0d:/CMakeLists.txt?ds=inline diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cbe4e5..96f472a 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) +add_library(lat_culooks culooks.cpp culooks_cube.cpp) target_link_libraries(lat_culooks ${OPENGL_LIBRARIES} ${GLUT_LIBRARY}) add_executable(neigh_test neigh_test.cpp)