Final lab
This commit is contained in:
18
lab5/Codes/FSS-Modified/CMakeLists.txt
Normal file
18
lab5/Codes/FSS-Modified/CMakeLists.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
project(FSS)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
|
||||
set(SOURCE_FILES
|
||||
bin/FSS
|
||||
FSS.cpp
|
||||
FSS.h
|
||||
FSSB.cpp
|
||||
FSSB.h
|
||||
FSSNW.cpp
|
||||
FSSNW.h
|
||||
fss.txt
|
||||
main.cpp
|
||||
makefile)
|
||||
|
||||
add_executable(FSS ${SOURCE_FILES})
|
||||
Reference in New Issue
Block a user