/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcitool/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-05 15:16:13 UTC
  • Revision ID: csa@suren.me-20160305151613-y724owo6n62xv4f2
Handle build.h in releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
if (NOT DISABLE_PCITOOL)
16
16
    set(HEADERS ${HEADERS} sysinfo.h formaters.h buildinfo.h)
17
17
    add_executable(pci cli.c sysinfo.c formaters.c buildinfo.c)
18
 
    add_dependencies(pci build pcilib)
 
18
    add_dependencies(pci pcilib)
19
19
    target_link_libraries(pci pcilib ${FASTWRITER_LIBRARIES})
20
20
    set_target_properties(pci PROPERTIES
21
21
        LINK_FLAGS "${CMAKE_THREAD_LIBS_INIT} ${EXTRA_SYSTEM_LIBS}"