1
0
Fork 0

Move sources to the separate directory

This commit is contained in:
Meoweg 2015-11-07 12:54:40 +00:00
parent f14a04ddcb
commit faede833bc
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ project (Matabstrix)
add_definitions ("-std=c++14 -Wall -Wextra")
set (CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "--use-preload-plugins --preload-file data")
file (GLOB sources *.cpp)
file (GLOB sources "src/*.cpp")
add_executable (matabstrix ${sources})
set (CMAKE_EXECUTABLE_SUFFIX ".html")