diff options
| author | jussi | 2023-03-30 00:13:02 +0300 |
|---|---|---|
| committer | jussi | 2023-03-30 00:13:02 +0300 |
| commit | 6a7c660f33e8ec4d351c63779df27874124597c6 (patch) | |
| tree | ae9c4e88093b1e89a9ca3d2ce71d996862247f72 /CMakeLists.txt | |
| parent | 9df23e32b02167dd41c8b5c25b852717163dfeda (diff) | |
| download | reilua-enhanced-6a7c660f33e8ec4d351c63779df27874124597c6.tar.gz reilua-enhanced-6a7c660f33e8ec4d351c63779df27874124597c6.tar.bz2 reilua-enhanced-6a7c660f33e8ec4d351c63779df27874124597c6.zip | |
GetKeyName and GetKeyScancode.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe2f089..a8a57bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ if( EMSCRIPTEN ) # Web else() # Desktop if( SHARED ) message( Shared ) - find_package( raylib 4.0 REQUIRED ) # Requires at least version 4.0 + # find_package( raylib 4.0 REQUIRED ) # Requires at least version 4.0 target_link_libraries( ${PROJECT_NAME} raylib ) target_link_libraries( ${PROJECT_NAME} lua ) else() |
