update CMakeLists to correctly compile sources - update readme to reflect that
factor out reused functions to shared.cpp/shared.h
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
srv2003key
|
||||
xpkey
|
||||
build/*
|
||||
|
||||
### NotepadPP template
|
||||
# Notepad++ backups #
|
||||
@@ -234,3 +233,15 @@ bh_unicode_properties.cache
|
||||
# https://packagecontrol.io/packages/sublime-github
|
||||
GitHub.sublime-settings
|
||||
|
||||
### CMake template
|
||||
CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
CMakeScripts
|
||||
Testing
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps
|
||||
|
||||
Reference in New Issue
Block a user