CMakeLists.txt 187 B

123
  1. # Create a library called "Hello" which includes the source file "hello.cxx".
  2. # The extension is already found. Any number of sources could be listed here.
  3. add_library (Hello hello.cxx)