X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/31dc8788f9711670917daaa5cc544d0d87ec3afc..f2373be314dc298d602b1939cde3d5ae990dd07f:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 45b566d..ba307ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,10 @@ project(latlib) +#PROFILING +#set(CMAKE_CXX_FLAGS -pg) +#set(CMAKE_EXE_LINKER_FLAGS -pg) +#set(CMAKE_SHARED_LINKER_FLAGS -pg) + add_library(lat_configcache configcache.cpp) target_link_libraries(lat_configcache boost_iostreams lat_writeout) @@ -27,4 +32,6 @@ add_executable(culooks_test culooks_test.cpp) target_link_libraries(culooks_test lat_culooks) add_executable(hypercache_test hypercache_test.cpp) -target_link_libraries(hypercache_test lat_hypercache) \ No newline at end of file +target_link_libraries(hypercache_test lat_hypercache) + +add_subdirectory(o815)