Skip to content
Snippets Groups Projects
CMakeLists.txt 138 B
Newer Older
  • Learn to ignore specific revisions
  • Ian Bell's avatar
    Ian Bell committed
    project(teqp)
    
    include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include")
    
    add_executable(main "${CMAKE_CURRENT_SOURCE_DIR}/src/main.cpp")