gut, dann bleibt das halt da
This commit is contained in:
parent
7e43e93d8c
commit
e9950f6892
|
@ -19,7 +19,7 @@ if(DOXYGEN_FOUND)
|
||||||
)
|
)
|
||||||
endif(DOXYGEN_FOUND)
|
endif(DOXYGEN_FOUND)
|
||||||
|
|
||||||
#[[
|
|
||||||
# Download and unpack googletest at configure time
|
# Download and unpack googletest at configure time
|
||||||
configure_file(CMakeLists.txt.in googletest-download/CMakeLists.txt)
|
configure_file(CMakeLists.txt.in googletest-download/CMakeLists.txt)
|
||||||
execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" .
|
execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" .
|
||||||
|
@ -56,7 +56,6 @@ endif()
|
||||||
#add_executable(example example.cpp)
|
#add_executable(example example.cpp)
|
||||||
#target_link_libraries(example gtest_main)
|
#target_link_libraries(example gtest_main)
|
||||||
#add_test(NAME example_test COMMAND example)
|
#add_test(NAME example_test COMMAND example)
|
||||||
]]
|
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue