mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-18 23:27:37 -05:00
rename examples test.cpp -> main.cpp (#20)
This commit is contained in:
@@ -13,9 +13,9 @@ CPMAddPackage(
|
||||
|
||||
# add executable
|
||||
set (CMAKE_CXX_STANDARD 17)
|
||||
add_executable(cpm-test test.cpp)
|
||||
target_link_libraries(cpm-test LarsParser)
|
||||
add_executable(cpm-test-simple main.cpp)
|
||||
target_link_libraries(cpm-test-simple LarsParser)
|
||||
|
||||
# tests
|
||||
enable_testing()
|
||||
add_test(cpm-test cpm-test)
|
||||
add_test(cpm-test-simple cpm-test-simple)
|
||||
|
||||
Reference in New Issue
Block a user