Skip to content

Commit

Permalink
CMake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Nov 27, 2023
1 parent 2fe6fa7 commit 9c46cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(LangulusFractalloc
# Check if this project is built as standalone, or a part of something else
if(PROJECT_IS_TOP_LEVEL OR NOT LANGULUS)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)

include(LangulusUtilities.cmake)

Expand Down

0 comments on commit 9c46cbf

Please sign in to comment.