File: CMakeLists.txt

package info (click to toggle)
plog 1.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,404 kB
  • sloc: cpp: 13,637; ansic: 473; sh: 24; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
add_executable(CustomType Main.cpp)
target_link_libraries(CustomType plog)
set_target_properties(CustomType PROPERTIES FOLDER Samples)