Skip to content

Commit

Permalink
fix samples' CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Sep 19, 2023
1 parent 3cb1805 commit 354dc8c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/AtlConsoleApp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ project(AtlConsoleApp C CXX RC)

# Read RATL if any
#add_subdirectory(RATL)
#get_directory_property(RATL_DEFINITIONS DIRECTORY RATL DEFINITION RATL_DEFINITIONS)
#get_directory_property(RATL_INCLUDE_DIRS DIRECTORY RATL DEFINITION RATL_INCLUDE_DIRS)
#get_directory_property(RATL_LIBRARIES DIRECTORY RATL DEFINITION RATL_LIBRARIES)

# AtlConsoleApp.exe
add_executable(AtlConsoleApp main.cpp main_res.rc)
Expand Down
3 changes: 3 additions & 0 deletions samples/AtlDialogApp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ project(AtlDialogApp C CXX RC)

# Read RATL if any
#add_subdirectory(RATL)
#get_directory_property(RATL_DEFINITIONS DIRECTORY RATL DEFINITION RATL_DEFINITIONS)
#get_directory_property(RATL_INCLUDE_DIRS DIRECTORY RATL DEFINITION RATL_INCLUDE_DIRS)
#get_directory_property(RATL_LIBRARIES DIRECTORY RATL DEFINITION RATL_LIBRARIES)

# AtlDialogApp.exe
add_executable(AtlDialogApp WIN32 main.cpp main_res.rc)
Expand Down
3 changes: 3 additions & 0 deletions samples/AtlWindowApp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ project(AtlWindowApp C CXX RC)

# Read RATL if any
#add_subdirectory(RATL)
#get_directory_property(RATL_DEFINITIONS DIRECTORY RATL DEFINITION RATL_DEFINITIONS)
#get_directory_property(RATL_INCLUDE_DIRS DIRECTORY RATL DEFINITION RATL_INCLUDE_DIRS)
#get_directory_property(RATL_LIBRARIES DIRECTORY RATL DEFINITION RATL_LIBRARIES)

# AtlWindowApp.exe
add_executable(AtlWindowApp WIN32 main.cpp main_res.rc)
Expand Down

0 comments on commit 354dc8c

Please sign in to comment.