Skip to content

Commit

Permalink
Merge pull request #4 from AsulconS/develop
Browse files Browse the repository at this point in the history
Changed build configuration
  • Loading branch information
AsulconS authored Jun 24, 2022
2 parents 159f3fe + c000ae9 commit fb4956d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Root directories to ignore
/[Bb]uild/
/[Dd]oc/
/[Ll]ib/
/[Oo]ther/[Mm]isc/

# Visual Studio cache directory
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.12)
set(CMAKE_LEGACY_CYGWIN_WIN32 0)

# * Set where .dlls should go (in revision)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY $<1:${CMAKE_SOURCE_DIR}>)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY $<1:${CMAKE_SOURCE_DIR}>/lib)

# Set all version configuration
set(VERSION_MAJOR 0)
Expand Down

0 comments on commit fb4956d

Please sign in to comment.