forked from pypa/setuptools
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the way we pass definitions to cmake
- Loading branch information
1 parent
182f685
commit 77b3ec5
Showing
10 changed files
with
9 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cmake_minimum_required (VERSION 3.17.0) | ||
set (CMAKE_SYSTEM_VERSION 6.1 CACHE TYPE INTERNAL FORCE) | ||
project (launcher C) | ||
add_definitions(-DGUI -DWIN32_LEAN_AND_MEAN) | ||
add_executable(launcher ../../launcher.c) | ||
add_definitions(-DGUI=${GUI} -DWIN32_LEAN_AND_MEAN) | ||
add_executable(launcher ../launcher.c) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters