File: CMakeLists.txt

package info (click to toggle)
libecpint 1.0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,992 kB
  • sloc: xml: 31,587; cpp: 8,188; ansic: 922; python: 145; sh: 43; makefile: 15
file content (6 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
add_executable(api_test2 test2.cpp)
target_link_libraries(api_test2 ecpint)

add_test(NAME APITest2
	 COMMAND api_test2 ${CMAKE_SOURCE_DIR}/share/libecpint
	 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/tests/lib/api_test2)