Skip to content

Commit

Permalink
rework with aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
xakod committed Mar 27, 2023
1 parent 1795d03 commit 8e561a7
Show file tree
Hide file tree
Showing 9 changed files with 119 additions and 120 deletions.
1 change: 1 addition & 0 deletions agg-src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ OPTION( agg_BUILD_DEMO "Build the AGG demo" ON)
OPTION( agg_BUILD_PLATFORM "Build the AGG platform helper" ON)
OPTION( agg_BUILD_CONTROLS "Build the AGG controls" ON)

SET (antigrain_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
IF( agg_BUILD_DEMO OR agg_BUILD_EXAMPLES )
MESSAGE(STATUS "Force enable the platform and controls helper due to Demo / Example being build.")
SET( agg_BUILD_PLATFORM ON CACHE BOOL "Build the AGG platform helper" FORCE)
Expand Down
Loading

0 comments on commit 8e561a7

Please sign in to comment.