File tree Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -7,33 +7,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
7
7
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -O2" )
8
8
include_directories (${PROJECT_SOURCE_DIR} )
9
9
10
- add_executable (OJ
11
- APIProceed.cpp
12
- Database.cpp
13
- EmailVerificationCodes.cpp
14
- Exception.cpp
15
- Files .cpp
16
- HTTPRequest.cpp
17
- HTTPResponse.cpp
18
- JudgingList.cpp
19
- Logger.cpp
20
- Passkey.cpp
21
- Problem.cpp
22
- Problems.cpp
23
- Regexes.cpp
24
- Settings.cpp
25
- Socket.cpp
26
- Submission.cpp
27
- Submissions.cpp
28
- TempTestData.cpp
29
- TestCase.cpp
30
- TestGroup.cpp
31
- TestGroupData.cpp
32
- Tokens.cpp
33
- Users.cpp
34
- Utilities.cpp
35
- WebDataProceed.cpp
36
- main.cpp )
10
+ file (GLOB SRCS CONFIGURE_DEPENDS *.cpp )
11
+ add_executable (OJ ${SRCS} )
37
12
38
13
set (LIBS
39
14
pthread
You can’t perform that action at this time.
0 commit comments