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 (5 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
if(WIN32)
    add_executable(DebugOutput Main.cpp)
    target_link_libraries(DebugOutput plog)
    set_target_properties(DebugOutput PROPERTIES FOLDER Samples)
endif()