X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/0e276c2770688b3cc7676ee84c8e35246621f6df..37439b2f85687ddafa4097d07237fc17a0a6db0d:/CMakeLists.txt?ds=inline diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c8d546..96f472a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,11 +14,11 @@ 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_cubelooks cubelooks.cpp) -target_link_libraries(lat_cubelooks ${OPENGL_LIBRARIES} ${GLUT_LIBRARY}) +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) target_link_libraries(neigh_test lat_neigh) -add_executable(cubelooks_test cubelooks_test.cpp) -target_link_libraries(cubelooks_test lat_cubelooks) \ No newline at end of file +add_executable(culooks_test culooks_test.cpp) +target_link_libraries(culooks_test lat_culooks) \ No newline at end of file