Skip to content

Commit

Permalink
chore: reduce set of languages, remove travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
popojan committed Dec 3, 2021
1 parent 9e4682a commit 8282e1b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 99 deletions.
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

10 changes: 8 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,12 @@ function(find_boost)
IMPORTED_LOCATION ${boost_iostreams_REL})
endfunction()

function(generate_glad_headers)
#glad --out-path src/glad --profile="compatibility" --api="gl=3.1" --generator="c" --spec="gl" --extensions="" --reproducible
#glad --out-path src/glad --api="wgl=1.0" --generator="c" --spec="wgl" --extensions="WGL_ARB_extensions_string,WGL_EXT_extensions_string" --reproducible
#glad --out-path src/glad --api="glx=1.4" --generator="c" --spec="glx" --extensions="GLX_ARB_create_context,GLX_EXT_visual_info" --reproducible
endfunction()

cmake_language(CALL build_glyphy)
cmake_language(CALL build_librocket)
cmake_language(CALL build_libsgfcplusplus)
Expand Down Expand Up @@ -549,8 +555,8 @@ else()
)
set(RELEASE_DIR ${PROJECT_SOURCE_DIR}/publish/Goban)

#file(COPY ${PROJECT_SOURCE_DIR}/data DESTINATION ${RELEASE_DIR})
#file(COPY ${PROJECT_SOURCE_DIR}/engine DESTINATION ${RELEASE_DIR})
file(COPY ${PROJECT_SOURCE_DIR}/data DESTINATION ${RELEASE_DIR})
file(COPY ${PROJECT_SOURCE_DIR}/engine DESTINATION ${RELEASE_DIR})

install(DIRECTORY DESTINATION ${RELEASE_DIR})
install(TARGETS ${PROJECT_NAME}
Expand Down
17 changes: 0 additions & 17 deletions Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions deps/Makefile

This file was deleted.

File renamed without changes.
39 changes: 0 additions & 39 deletions make.bat

This file was deleted.

0 comments on commit 8282e1b

Please sign in to comment.