1 # Make sure the compiler can find include files from our Hello library.
3 ${FriiDump_SOURCE_DIR}/libfriidump
6 # Make sure the linker can find the Hello library once it is built.
8 ${FriiDump_BINARY_DIR}/libfriidump
11 # Add executable called "helloDemo" that is built from the source files
12 # "demo.cxx" and "demo_b.cxx". The extensions are automatically found.
32 # Link the executable to the Hello library.
33 target_link_libraries (
40 # We only want a version number on Windows (Is it any use?)
41 set_target_properties (friidump PROPERTIES VERSION 0.2)
50 RUNTIME DESTINATION bin