File: CMakeLists.txt

package info (click to toggle)
solvespace 2.3%2Brepack1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,752 kB
  • sloc: cpp: 111,351; ansic: 493; xml: 22; sh: 12; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
include_directories(
    ${CMAKE_SOURCE_DIR}/include)

add_executable(CDemo
    CDemo.c)

target_link_libraries(CDemo
    slvs)