Updated output directory
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -9,5 +9,10 @@ out/
|
|||||||
.vs/slnx.sqlite
|
.vs/slnx.sqlite
|
||||||
.vs/VSWorkspaceState.json
|
.vs/VSWorkspaceState.json
|
||||||
|
|
||||||
|
# Excludes binary outputs in root dir #
|
||||||
|
*.exe
|
||||||
|
*.ilk
|
||||||
|
*.pdb
|
||||||
|
|
||||||
# Ignores the log output file of the .exe #
|
# Ignores the log output file of the .exe #
|
||||||
LXC.log
|
LXC.log
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||||||
|
|
||||||
project(LXC_Project LANGUAGES CXX)
|
project(LXC_Project LANGUAGES CXX)
|
||||||
|
|
||||||
|
# Makes .exes be outputted within the root directory #
|
||||||
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR})
|
||||||
|
|
||||||
# Adds the sub-directories of all of the binaries #
|
# Adds the sub-directories of all of the binaries #
|
||||||
add_subdirectory(Lexer)
|
add_subdirectory(Lexer)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user